From aabb7a120d9d643ffae79072cc66cf49b5565e70 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Mon, 18 May 2020 15:40:00 +0200 Subject: [PATCH] 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` --- stock_vertical_lift_kardex/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_vertical_lift_kardex/__manifest__.py b/stock_vertical_lift_kardex/__manifest__.py index 4a1e76a8d..3790ad904 100644 --- a/stock_vertical_lift_kardex/__manifest__.py +++ b/stock_vertical_lift_kardex/__manifest__.py @@ -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,