Skip to content

Commit

Permalink
Merge PR OCA#1699 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by jbaudoux
  • Loading branch information
OCA-git-bot committed Sep 10, 2024
2 parents b3f31e1 + 23c354b commit f8607d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_stock_mto_as_mts_orderpoint/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _run_orderpoints_for_mto_products(self):
for delivery_move in delivery_moves:
if (
not delivery_move.is_from_mto_route
and mto_route not in line.product_id.route_ids
and mto_route not in delivery_move.product_id.route_ids
):
continue
if not delivery_move.warehouse_id.mto_as_mts:
Expand Down

0 comments on commit f8607d0

Please sign in to comment.