Skip to content

Commit

Permalink
Merge PR OCA#1696 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 6, 2024
2 parents 1002048 + 564eff2 commit 136b25e
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 @@ -73,7 +73,7 @@ def _get_mto_orderpoint(self, product_id):
.sudo()
.create(
{
"product_id": self.product_id.id,
"product_id": product_id.id,
"warehouse_id": warehouse.id,
"location_id": (
warehouse._get_locations_for_mto_orderpoints().id
Expand Down

0 comments on commit 136b25e

Please sign in to comment.