mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
work on payment report
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
<tbody>
|
||||
<tr t-foreach="o.move_lines" t-as="move">
|
||||
<td colspan="2">
|
||||
<span t-field="move+1"/>
|
||||
<!-- <span t-field="move+1"/>-->
|
||||
</td>
|
||||
<td colspan="2">
|
||||
</td>
|
||||
@@ -224,13 +224,13 @@
|
||||
</table>
|
||||
</td>
|
||||
</t>
|
||||
<td colspan="2" class="text-center">
|
||||
<td colspan="2">
|
||||
<span t-field="move_line.package_id"/>
|
||||
<span t-if="move_line.package_id">:</span>
|
||||
<span t-field="move_line.product_qty"/>
|
||||
<span t-field="move_line.product_uom_id"/>
|
||||
</td>
|
||||
<td colspan="2" class="text-right" t-if="move_line.state == 'done'">
|
||||
<td colspan="2" t-if="move_line.state == 'done'">
|
||||
<t t-if="move_line.product_qty != move_line.qty_done">
|
||||
<t t-set="backorder" t-value="True"/>
|
||||
</t>
|
||||
|
||||
Reference in New Issue
Block a user