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', }