Skip to content

Commit

Permalink
Merge PR OCA#849 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by jbaudoux
  • Loading branch information
OCA-git-bot committed Feb 27, 2024
2 parents 97707e6 + b65bfba commit 0c0522d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stock_warehouse_flow/models/stock_warehouse_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ def _generate_delivery_route(self):
{
"name": self.sequence_prefix,
"location_id": self.warehouse_id.wh_output_stock_loc_id.id,
"active": True,
}
)
)
Expand All @@ -319,6 +320,7 @@ def _generate_delivery_route(self):
{
"name": self.sequence_prefix,
"location_id": self.warehouse_id.wh_pack_stock_loc_id.id,
"active": True,
}
)
self.pick_type_id.default_location_dest_id = self.pack_stock_loc_id
Expand Down

0 comments on commit 0c0522d

Please sign in to comment.