diff --git a/stock_move_location/wizard/stock_move_location.py b/stock_move_location/wizard/stock_move_location.py index 4a5421d..7b1fad8 100644 --- a/stock_move_location/wizard/stock_move_location.py +++ b/stock_move_location/wizard/stock_move_location.py @@ -43,6 +43,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"