mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] s_inventory_exclude_sublocation: fix tracking on field
This commit is contained in:
@@ -11,7 +11,7 @@ class Inventory(models.Model):
|
|||||||
exclude_sublocation = fields.Boolean(
|
exclude_sublocation = fields.Boolean(
|
||||||
string="Exclude Sublocations",
|
string="Exclude Sublocations",
|
||||||
default=False,
|
default=False,
|
||||||
track_visibility="onchange",
|
tracking=True,
|
||||||
readonly=True,
|
readonly=True,
|
||||||
states={"draft": [("readonly", False)]},
|
states={"draft": [("readonly", False)]},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user