work on payment report

This commit is contained in:
sonal arora
2020-09-15 08:45:41 +00:00
parent 10a8b3eac0
commit 09005e6b0b

View File

@@ -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>