diff --git a/stock_move_location/wizard/stock_move_location.py b/stock_move_location/wizard/stock_move_location.py index 9043c37465c6..2e8dc3daa288 100644 --- a/stock_move_location/wizard/stock_move_location.py +++ b/stock_move_location/wizard/stock_move_location.py @@ -44,6 +44,7 @@ class StockMoveLocationWizard(models.TransientModel): compute="_compute_picking_type_id", comodel_name="stock.picking.type", readonly=False, + store=True, ) picking_id = fields.Many2one( string="Connected Picking", comodel_name="stock.picking"