From 959374f75f5aba116100e229fb2af6a8c56f42e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Mon, 15 Jun 2026 15:46:46 +0200 Subject: [PATCH] [FIX] maintenance_service_http_monitoring: add missing hr_maintenance dependency --- maintenance_service_http_monitoring/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",