From c354363215e75c11abdd82ca91ddee284f1e4c31 Mon Sep 17 00:00:00 2001 From: mreficent Date: Mon, 15 Jul 2019 17:07:05 +0200 Subject: [PATCH] [IMP] dependencies --- stock_orderpoint_uom/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_orderpoint_uom/__manifest__.py b/stock_orderpoint_uom/__manifest__.py index 8d1027c2a..5314f09c8 100644 --- a/stock_orderpoint_uom/__manifest__.py +++ b/stock_orderpoint_uom/__manifest__.py @@ -10,7 +10,7 @@ "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Warehouse Management", - "depends": ["purchase", "stock"], + "depends": ["purchase_stock"], "data": ["views/stock_warehouse_orderpoint_view.xml"], "license": "AGPL-3", 'installable': True,