From de0bfd3f959e3c813545f1873a2a6ba13b741f96 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:52:35 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_financial_report_horizontal/__openerp__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/account_financial_report_horizontal/__openerp__.py b/account_financial_report_horizontal/__openerp__.py index 6a94ceb7..1bff8058 100644 --- a/account_financial_report_horizontal/__openerp__.py +++ b/account_financial_report_horizontal/__openerp__.py @@ -36,4 +36,5 @@ 'demo': [], 'test': [], 'active': False, + 'installable': False, }