From 353b904cd1b72e3c3afbb13fc406d9ca014f18e7 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 +- mis_builder/__openerp__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', diff --git a/mis_builder/__openerp__.py b/mis_builder/__openerp__.py index 2cc8248f..0b7ce378 100644 --- a/mis_builder/__openerp__.py +++ b/mis_builder/__openerp__.py @@ -40,7 +40,7 @@ 'qweb': [ 'static/src/xml/*.xml' ], - 'installable': True, + 'installable': False, 'application': True, 'license': 'AGPL-3', }