mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
@@ -44,13 +44,13 @@ class ProductProduct(models.Model):
|
|||||||
excluded_location_ids.ids,
|
excluded_location_ids.ids,
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
domain_quant_loc,
|
domain_move_in_loc,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
domain_move_out_loc = expression.AND(
|
domain_move_out_loc = expression.AND(
|
||||||
[
|
[
|
||||||
[("location_id", "not in", excluded_location_ids.ids)],
|
[("location_id", "not in", excluded_location_ids.ids)],
|
||||||
domain_quant_loc,
|
domain_move_out_loc,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
return domain_quant_loc, domain_move_in_loc, domain_move_out_loc
|
return domain_quant_loc, domain_move_in_loc, domain_move_out_loc
|
||||||
|
|||||||
Reference in New Issue
Block a user