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 (#40)
  • Loading branch information
AungKoKoLin1997 authored Apr 18, 2024
1 parent 68ad6bf commit b881957
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 @@ -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"
Expand Down

0 comments on commit b881957

Please sign in to comment.