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