Merge PR #289 into 16.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2023-09-21 13:50:42 +00:00

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