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 miguels73
parent 44bd8d1ecd
commit 6d6d1ef11e

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>