[FIX] stock_inventory: warning on invalid tracking field

This commit is contained in:
sygel
2024-06-12 10:43:29 +02:00
parent 87b598688f
commit 82b926dc93

View File

@@ -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.",
)