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> <tbody>
<tr t-foreach="o.move_lines" t-as="move"> <tr t-foreach="o.move_lines" t-as="move">
<td colspan="2"> <td colspan="2">
<span t-field="move+1"/> <!-- <span t-field="move+1"/>-->
</td> </td>
<td colspan="2"> <td colspan="2">
</td> </td>
@@ -224,13 +224,13 @@
</table> </table>
</td> </td>
</t> </t>
<td colspan="2" class="text-center"> <td colspan="2">
<span t-field="move_line.package_id"/> <span t-field="move_line.package_id"/>
<span t-if="move_line.package_id">:</span> <span t-if="move_line.package_id">:</span>
<span t-field="move_line.product_qty"/> <span t-field="move_line.product_qty"/>
<span t-field="move_line.product_uom_id"/> <span t-field="move_line.product_uom_id"/>
</td> </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-if="move_line.product_qty != move_line.qty_done">
<t t-set="backorder" t-value="True"/> <t t-set="backorder" t-value="True"/>
</t> </t>