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,