Merge pull request #4799 from expsa/JAZ-3774
[FIX] purchase_requisition_custom: variable name
This commit is contained in:
commit
c06c6e8ba3
|
|
@ -26,9 +26,9 @@
|
|||
</template>
|
||||
|
||||
<template id="report_purchasequotation_document_inherit_add_description" inherit_id="purchase.report_purchasequotation_document">
|
||||
<xpath expr="//td[@id='product']" position="after">
|
||||
<xpath expr="//t[@t-foreach='o.order_line']//td[@id='product']" position="after">
|
||||
<td>
|
||||
<span t-field="line.description"/>
|
||||
<span t-field="order_line.description"/>
|
||||
</td>
|
||||
</xpath>
|
||||
<xpath expr="//thead/tr/th[@name='th_description']" position="after">
|
||||
|
|
|
|||
Loading…
Reference in New Issue