diff --git a/maintenance_service_http_monitoring/__manifest__.py b/maintenance_service_http_monitoring/__manifest__.py index d0fe809..7d092b8 100644 --- a/maintenance_service_http_monitoring/__manifest__.py +++ b/maintenance_service_http_monitoring/__manifest__.py @@ -5,7 +5,7 @@ "license": "AGPL-3", "category": "Tools", "summary": "Monitor HTTP availability of services", - "depends": ["base", "maintenance", "maintenance_server_data"], + "depends": ["base", "maintenance", "hr_maintenance", "maintenance_server_data"], "external_dependencies": {"python": ["requests"]}, "data": [ "data/ir_config_parameter.xml",