mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[IMP] stock_move_location: Avoid check date expired in immediate relocation transfer
TT46361
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user