Skip to content

Commit

Permalink
Merge pull request #328 from Vauxoo/15.0
Browse files Browse the repository at this point in the history
Syncing from upstream Vauxoo/addons-vauxoo (15.0)
  • Loading branch information
bt-admin authored Jun 5, 2024
2 parents 14d0d39 + 9e5713f commit 9048f23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stock_manual_transfer/models/stock_manual_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class StockManualTransfer(models.Model):
required=True,
readonly=True,
states={"draft": [("readonly", False)]},
default=lambda self: self.env.user._get_default_warehouse_id(),
)
date_planned = fields.Datetime(
"Planned Date",
Expand Down

0 comments on commit 9048f23

Please sign in to comment.