mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_move_location: The new picking is created with other picking type of selected
This commit is contained in:
committed by
Aungkokolin1997
parent
52f80fc0c5
commit
c2ab842786
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user