From 4ed1e4d4f7e577e722c9828a9ce43c82b00eaaf3 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_pain_base/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_banking_pain_base/__openerp__.py b/account_banking_pain_base/__openerp__.py index 809182e29..e03f149d1 100644 --- a/account_banking_pain_base/__openerp__.py +++ b/account_banking_pain_base/__openerp__.py @@ -30,5 +30,5 @@ 'views/account_payment_method.xml', ], 'post_init_hook': 'set_default_initiating_party', - 'installable': True, + 'installable': False, }