adapt report layout (tax)
parent
6a4d19501e
commit
c5c687a8f1
|
|
@ -226,7 +226,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr t-foreach="o.tax_line_ids" t-as="tax_line">
|
<tr t-foreach="o.tax_line_ids" t-as="tax_line">
|
||||||
<td>
|
<td>
|
||||||
<span t-field="tax_line.name"/>
|
<span t-field="tax_line.tax_id.description"/>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<span t-field="tax_line.amount"
|
<span t-field="tax_line.amount"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue