diff --git a/stock_inventory/models/stock_inventory.py b/stock_inventory/models/stock_inventory.py index ef2dfdf43..d4336efd5 100644 --- a/stock_inventory/models/stock_inventory.py +++ b/stock_inventory/models/stock_inventory.py @@ -107,7 +107,6 @@ class InventoryAdjustmentsGroup(models.Model): string="Assigned to", states={"draft": [("readonly", False)]}, readonly=True, - tracking=True, help="Specific responsible of Inventory Adjustment.", )