From a468e86ad9a22a3b0429b08853524f9828dda56d Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 14:47:39 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_banking_mandate/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_banking_mandate/__openerp__.py b/account_banking_mandate/__openerp__.py index 864781e95..a696b6769 100644 --- a/account_banking_mandate/__openerp__.py +++ b/account_banking_mandate/__openerp__.py @@ -32,5 +32,5 @@ 'security/ir.model.access.csv', ], 'test': ['test/banking_mandate.yml'], - 'installable': True, + 'installable': False, }