mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[FIX] delivery_line_sale_line_position: Wrong field name
This commit is contained in:
committed by
Duy (Đỗ Anh)
parent
515b0579ff
commit
5b9a49c793
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user