diff --git a/stock_move_location/wizard/stock_move_location.py b/stock_move_location/wizard/stock_move_location.py index c2bc85eea..53380c3ea 100644 --- a/stock_move_location/wizard/stock_move_location.py +++ b/stock_move_location/wizard/stock_move_location.py @@ -216,6 +216,8 @@ class StockMoveLocationWizard(models.TransientModel): line.product_id, line.origin_location_id, lot_id=line.lot_id, + package_id=line.package_id, + owner_id=line.owner_id, strict=False, ) move._update_reserved_quantity( @@ -223,6 +225,8 @@ class StockMoveLocationWizard(models.TransientModel): available_quantity, line.origin_location_id, lot_id=line.lot_id, + package_id=line.package_id, + owner_id=line.owner_id, strict=False, ) # Force the state to be assigned, instead of _action_assign,