diff --git a/stock_inventory/models/stock_inventory.py b/stock_inventory/models/stock_inventory.py index 96b2b84cf9b5..47c1062ae8a9 100644 --- a/stock_inventory/models/stock_inventory.py +++ b/stock_inventory/models/stock_inventory.py @@ -127,7 +127,6 @@ class InventoryAdjustmentsGroup(models.Model): responsible_id = fields.Many2one( comodel_name="res.users", string="Assigned to", - states={"draft": [("readonly", False)]}, readonly=True, help="Specific responsible of Inventory Adjustment.", )