[REF] monitoring_prometheus: server_environment should not be a required dependency

This commit is contained in:
Maksym Yankin
2026-05-20 08:51:16 -03:00
committed by Iván Todorovich
co-authored by Iván Todorovich
parent 08ef2f8025
commit 2df49eeba0
3 changed files with 5 additions and 7 deletions
+2 -7
View File
@@ -7,14 +7,9 @@
"version": "18.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "category",
"depends": [
"base",
"web",
"server_environment",
],
"category": "Extra Tools",
"depends": ["base", "web"],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"external_dependencies": {
"python": ["prometheus_client"],
},