From 01d85adc076ee542d7b622ef66f1548aa24067a9 Mon Sep 17 00:00:00 2001 From: Mitchell Admin Date: Mon, 18 Jan 2021 13:38:05 +0000 Subject: [PATCH] :arrow_up::one::three: OCA/odoo-module-migrator close #1087 > Made via .github/workflows/DINAR-PORT.yml --- attachment_large_object/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attachment_large_object/__manifest__.py b/attachment_large_object/__manifest__.py index e81d576c1c..e472dd8016 100644 --- a/attachment_large_object/__manifest__.py +++ b/attachment_large_object/__manifest__.py @@ -29,7 +29,7 @@ "website": "anybox.fr", "depends": ["base"], "test": [], - "installable": False, + "installable": True, "application": False, "auto_install": False, "license": "AGPL-3",