From c44393ec648e33d33682cbb1dfa07f0c44bbe284 Mon Sep 17 00:00:00 2001 From: vrenaville Date: Tue, 23 Sep 2025 15:58:10 +0200 Subject: [PATCH] 19.0: initial commit --- cloud_platform/__manifest__.py | 2 +- logging_json/__manifest__.py | 2 +- monitoring_prometheus/__manifest__.py | 2 +- monitoring_status/__manifest__.py | 2 +- session_redis/__manifest__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index 5c2539f..8f4e990 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -17,5 +17,5 @@ ], "website": "https://github.com/camptocamp/odoo-cloud-platform", "data": [], - "installable": True, + "installable": False, } diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index 44fbba5..75da1e0 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -15,5 +15,5 @@ }, "website": "https://github.com/camptocamp/odoo-cloud-platform", "data": [], - "installable": True, + "installable": False, } diff --git a/monitoring_prometheus/__manifest__.py b/monitoring_prometheus/__manifest__.py index 1dcb013..612766c 100644 --- a/monitoring_prometheus/__manifest__.py +++ b/monitoring_prometheus/__manifest__.py @@ -18,5 +18,5 @@ "external_dependencies": { "python": ["prometheus_client"], }, - "installable": True, + "installable": False, } diff --git a/monitoring_status/__manifest__.py b/monitoring_status/__manifest__.py index d85c5fd..946496e 100644 --- a/monitoring_status/__manifest__.py +++ b/monitoring_status/__manifest__.py @@ -11,5 +11,5 @@ "depends": ["base", "web"], "website": "https://github.com/camptocamp/odoo-cloud-platform", "data": [], - "installable": True, + "installable": False, } diff --git a/session_redis/__manifest__.py b/session_redis/__manifest__.py index 61dc2e9..b12c2e6 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -18,5 +18,5 @@ "python": ["redis"], }, "website": "https://github.com/camptocamp/odoo-cloud-platform", - "installable": True, + "installable": False, }