From f7077389ab94804d4f6bad6e23e4f57333e18add Mon Sep 17 00:00:00 2001 From: sygel Date: Wed, 12 Jun 2024 10:43:29 +0200 Subject: [PATCH] [FIX] stock_inventory: warning on invalid tracking field --- stock_inventory/models/stock_inventory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stock_inventory/models/stock_inventory.py b/stock_inventory/models/stock_inventory.py index ec963ef6f..ff40f8262 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.", )