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

This commit is contained in:
Maksym Yankin
2026-05-20 08:51:00 -03:00
committed by Iván Todorovich
co-authored by Iván Todorovich
parent 48b87cecbe
commit 5d8d3b48b8
2 changed files with 3 additions and 10 deletions
+2 -8
View File
@@ -5,17 +5,11 @@
{
"name": "Cloud Platform",
"summary": "Addons required for the Camptocamp Cloud Platform",
"version": "17.0.2.0.0",
"version": "17.0.2.0.1",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Extra Tools",
"depends": [
"session_redis",
"monitoring_status",
"logging_json",
"server_environment", # OCA/server-tools
],
"depends": ["session_redis", "monitoring_status", "logging_json"],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"data": [],
"installable": True,
}