mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
stock_vertical_lift_kardex: add missing dependency
we use the `level` field to materialize the tablar index -> this field is provided by `stock_location_position`
This commit is contained in:
committed by
Dũng (Trần Đình)
parent
6fc160d25f
commit
aabb7a120d
@@ -7,7 +7,7 @@
|
||||
"category": "Stock",
|
||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["stock_vertical_lift"],
|
||||
"depends": ["stock_vertical_lift", "stock_location_position"],
|
||||
"website": "https://www.camptocamp.com",
|
||||
"data": [],
|
||||
"installable": True,
|
||||
|
||||
Reference in New Issue
Block a user