work on sale order report

This commit is contained in:
sonal arora
2020-09-15 09:48:07 +05:30
parent 29c7894bd9
commit 6bebcfe547
2 changed files with 12 additions and 12 deletions

View File

@@ -98,17 +98,17 @@
<td>
<span t-esc="', '.join(map(lambda x: x.name, line.taxes_id))"/>
</td>
<td class="text-center">
<td>
<span t-field="line.date_planned"/>
</td>
<td class="text-right">
<td>
<span t-field="line.product_qty"/>
<span t-field="line.product_uom.name" />
</td>
<td class="text-right">
<td>
<span t-field="line.price_unit"/>
</td>
<td class="text-right">
<td >
<span t-field="line.price_subtotal"
t-field-options='{"widget": "monetary", "display_currency": "o.currency_id"}'/>
</td>