From 1d1cd9ec1c7025a702c22e8853c80661d856fc99 Mon Sep 17 00:00:00 2001 From: Mitchell Admin Date: Thu, 14 Jan 2021 12:02:24 +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",