From d954684535b0535b20e502254656786a67f02dc1 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:45:29 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_financial_report_qweb/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_financial_report_qweb/__openerp__.py b/account_financial_report_qweb/__openerp__.py index 975b62e9..55417f12 100644 --- a/account_financial_report_qweb/__openerp__.py +++ b/account_financial_report_qweb/__openerp__.py @@ -37,7 +37,7 @@ ], 'test': [ ], - 'installable': True, + 'installable': False, 'application': True, 'auto_install': False, 'license': 'AGPL-3',