From 28afe2dfaeef5e99c7d215aec22d9b83e9a8166d Mon Sep 17 00:00:00 2001 From: Vincent Renaville Date: Tue, 4 Feb 2025 10:54:18 +0100 Subject: [PATCH] feat: migrate json logs (#475) --- 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 62395e32..6a8cb17d 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, }