mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_request_kanban: Change track_visibility to tracking=True
This commit is contained in:
@@ -25,7 +25,7 @@ class StockInventoryKanban(models.Model):
|
||||
default="draft",
|
||||
readonly=True,
|
||||
copy=False,
|
||||
track_visibility="onchange",
|
||||
tracking=True,
|
||||
)
|
||||
warehouse_ids = fields.Many2many(
|
||||
"stock.warehouse",
|
||||
|
||||
Reference in New Issue
Block a user