From 0cda1acd9cf44ae78e02a4ebbd2307ca49dc3d4c Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Mon, 27 May 2019 19:45:06 +0200 Subject: [PATCH] Prepare v12 branch --- intrastat_product_generic/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intrastat_product_generic/__manifest__.py b/intrastat_product_generic/__manifest__.py index 55578d7..cd82158 100644 --- a/intrastat_product_generic/__manifest__.py +++ b/intrastat_product_generic/__manifest__.py @@ -9,7 +9,7 @@ 'author': 'Noviat,' 'Odoo Community Association (OCA)', 'license': 'AGPL-3', - 'installable': True, + 'installable': False, 'depends': [ 'intrastat_product', ],