From 49611e18ebba37b4fab616bb2b4cf9a2038d4272 Mon Sep 17 00:00:00 2001 From: Odoo Migration Factory Date: Thu, 25 Jun 2026 09:32:53 +0200 Subject: [PATCH] cloud_platform: enable on 19.0 --- cloud_platform/__manifest__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index 6088dac..0fd019b 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -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, }