[MIG] cloud_platform: enable on 19.0

This commit is contained in:
Odoo Migration Factory
2026-06-15 12:09:21 +02:00
parent e3dee96103
commit ec8af01676
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -2,11 +2,9 @@ exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^base_fileurl_field/|
^cloud_platform/|
^monitoring_log_requests/|
^monitoring_prometheus/|
^monitoring_statsd/|
^monitoring_status/|
^test_base_fileurl_field/|
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
+2 -2
View File
@@ -5,11 +5,11 @@
{
"name": "Cloud Platform",
"summary": "Addons required for the Camptocamp Cloud Platform",
"version": "18.0.1.0.0",
"version": "19.0.1.0.0",
"author": "Camptocamp,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Extra Tools",
"depends": ["session_redis", "monitoring_status", "logging_json"],
"website": "https://github.com/camptocamp/odoo-cloud-platform",
"installable": False,
"installable": True,
}