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",
"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,