diff --git a/stock_move_location/wizard/stock_move_location.py b/stock_move_location/wizard/stock_move_location.py index 67e2c9c21..6aa2695bd 100644 --- a/stock_move_location/wizard/stock_move_location.py +++ b/stock_move_location/wizard/stock_move_location.py @@ -257,7 +257,7 @@ class StockMoveLocationWizard(models.TransientModel): self._create_moves(picking) if not self.env.context.get("planned"): moves_to_reassign = self._unreserve_moves() - picking.button_validate() + picking.with_context(skip_expired=True).button_validate() moves_to_reassign._action_assign() else: picking.action_confirm()