mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-18 10:49:11 +02:00
work on sale report
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
<span t-esc="', '.join(map(lambda x: x.name, line.taxes_id))"/>
|
<span t-esc="', '.join(map(lambda x: x.name, line.taxes_id))"/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span t-field="line.date_planned"/>
|
<span t-field="line.date_planned" t-options='{"format": "MM/dd/yyyy"}'/>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span t-field="line.product_qty"/>
|
<span t-field="line.product_qty"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user