From 2469acc2737cce2ed8060ee9ee0946c1bb48098a Mon Sep 17 00:00:00 2001 From: vrenaville Date: Wed, 29 Jan 2025 09:01:52 +0100 Subject: [PATCH] feat: migrate json logs --- logging_json/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index 62395e3..6a8cb17 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": False, + "installable": True, }