Skip to content

Commit

Permalink
Merge PR #1993 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Apr 15, 2024
2 parents c135d9b + be00eec commit 1e1557f
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 1e1557f

Please sign in to comment.