diff --git a/sf_maintenance/__manifest__.py b/sf_maintenance/__manifest__.py index eca38b9c..529c62fc 100644 --- a/sf_maintenance/__manifest__.py +++ b/sf_maintenance/__manifest__.py @@ -7,7 +7,7 @@ 'category': '工厂设备', 'description': """ Track equipments and maintenance requests""", - 'depends': ['maintenance', 'sf_base'], + 'depends': ['mrp_maintenance', 'sf_base'], 'summary': 'Track equipment and manage maintenance requests', 'data': [ 'security/group_security.xml', diff --git a/sf_manufacturing/__manifest__.py b/sf_manufacturing/__manifest__.py index 2f181b42..b13036ef 100644 --- a/sf_manufacturing/__manifest__.py +++ b/sf_manufacturing/__manifest__.py @@ -10,7 +10,7 @@ """, 'category': 'sf', 'website': 'https://www.sf.jikimo.com', - 'depends': ['mrp', 'sf_base', 'maintenance', 'web_widget_model_viewer', 'stock'], + 'depends': ['mrp', 'sf_base', 'mrp_maintenance', 'web_widget_model_viewer', 'stock'], 'data': [ 'data/stock_data.xml', 'security/group_security.xml',