Always show qty_done on picking report:

- In standard report, Odoo always show qty_done
This commit is contained in:
Fernando
2022-09-13 11:59:15 +02:00
committed by chien
parent 31236a83a8
commit 29b0b1d067

View File

@@ -90,9 +90,7 @@
<span t-field="move_line.product_uom_qty" />
<span t-field="move_line.product_uom_id" /></td>
</t>
<t
t-elif="move_line.picking_id.state == 'done' and move_line.product_uom_qty == 0"
>
<t t-elif="move_line.picking_id.state == 'done'">
<td class="text-right">
<span t-field="move_line.qty_done" />
<span t-field="move_line.product_uom_id" /></td>