From c2ab842786dad440c1a5cbe76dae18856e7429c2 Mon Sep 17 00:00:00 2001 From: sergio-teruel Date: Fri, 12 Apr 2024 19:59:29 +0200 Subject: [PATCH] [FIX] stock_move_location: The new picking is created with other picking type of selected --- stock_move_location/wizard/stock_move_location.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stock_move_location/wizard/stock_move_location.py b/stock_move_location/wizard/stock_move_location.py index dd02c48be..381a216a8 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"