[FIX] stock_move_location: The new picking is created with other picking type of selected

This commit is contained in:
sergio-teruel
2024-04-12 19:59:29 +02:00
committed by Aungkokolin1997
parent 52f80fc0c5
commit c2ab842786

View File

@@ -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"