mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2026-01-31 11:59:02 +02:00
work on sale order report
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user