We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e248ec + ad5aafc commit ef7b9c3Copy full SHA for ef7b9c3
stock_inventory/models/stock_inventory.py
@@ -127,7 +127,6 @@ class InventoryAdjustmentsGroup(models.Model):
127
responsible_id = fields.Many2one(
128
comodel_name="res.users",
129
string="Assigned to",
130
- states={"draft": [("readonly", False)]},
131
readonly=True,
132
help="Specific responsible of Inventory Adjustment.",
133
)
0 commit comments