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

This commit is contained in:
Maksym Yankin
2026-05-20 09:52:52 +03:00
parent 8c43f2e673
commit 9981e029d4
2 changed files with 5 additions and 8 deletions
+3 -8
View File
@@ -4,17 +4,12 @@
{
"name": "Monitoring: Prometheus Metrics",
"version": "16.0.1.0.0",
"version": "16.0.1.0.1",
"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"],
},