Skip to content

Commit

Permalink
[FIX] stock_move_location: The new picking is created with other pick…
Browse files Browse the repository at this point in the history
…ing type of selected
  • Loading branch information
sergio-teruel committed Apr 12, 2024
1 parent c135d9b commit be00eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stock_move_location/wizard/stock_move_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit be00eec

Please sign in to comment.