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:
Alexandre Fayolle
2020-05-18 15:40:00 +02:00
committed by Dũng (Trần Đình)
parent 6fc160d25f
commit aabb7a120d

View File

@@ -7,7 +7,7 @@
"category": "Stock", "category": "Stock",
"author": "Camptocamp, Odoo Community Association (OCA)", "author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"depends": ["stock_vertical_lift"], "depends": ["stock_vertical_lift", "stock_location_position"],
"website": "https://www.camptocamp.com", "website": "https://www.camptocamp.com",
"data": [], "data": [],
"installable": True, "installable": True,