From 4edc23327f2a7a73e758e41ae5c8458840974ea5 Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:48:11 +0200 Subject: [PATCH] [MIG] account_mass_reconcile: Make modules uninstallable --- account_mass_reconcile/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_mass_reconcile/__openerp__.py b/account_mass_reconcile/__openerp__.py index 598548bf..fb8295c1 100644 --- a/account_mass_reconcile/__openerp__.py +++ b/account_mass_reconcile/__openerp__.py @@ -18,6 +18,6 @@ ], 'license': 'AGPL-3', "auto_install": False, - 'installable': True, + 'installable': False, }