[FIX] delivery_line_sale_line_position: Wrong field name

This commit is contained in:
Pedro M. Baeza
2023-09-21 15:43:04 +02:00
committed by Duy (Đỗ Anh)
parent 515b0579ff
commit 5b9a49c793

View File

@@ -5,7 +5,7 @@
<xpath expr="//table[@name='stock_move_table']/thead" position="before">
<t
t-set="has_line_position"
t-value="any(o.move_lines.filtered(lambda x: x.position_sale_line and x.product_uom_qty))"
t-value="any(o.move_ids.filtered(lambda x: x.position_sale_line and x.product_uom_qty))"
/>
</xpath>
<xpath expr="//table[@name='stock_move_table']/thead//th[1]" position="before">