From 92ce31fcaae20e9c639c2c17fa13468a2c675260 Mon Sep 17 00:00:00 2001 From: mreficent Date: Mon, 15 Jul 2019 17:07:05 +0200 Subject: [PATCH] [IMP] dependencies --- stock_orderpoint_manual_procurement/__manifest__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stock_orderpoint_manual_procurement/__manifest__.py b/stock_orderpoint_manual_procurement/__manifest__.py index 5b104000f..f113a18ca 100644 --- a/stock_orderpoint_manual_procurement/__manifest__.py +++ b/stock_orderpoint_manual_procurement/__manifest__.py @@ -12,8 +12,7 @@ "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Warehouse Management", "depends": [ - "stock", - "purchase", + "purchase_stock", ], "demo": [ "demo/product.xml",