From f031454449bf9ca4f6086172b2c4f26b518fe8bc Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 03:03:12 +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 0309a15d2..f07a86d4f 100644 --- a/account_banking_mandate/__openerp__.py +++ b/account_banking_mandate/__openerp__.py @@ -48,5 +48,5 @@ ], 'demo': [], 'test': ['test/banking_mandate.yml'], - 'installable': True, + 'installable': False, }