From 3d6f4d6acbb4640b78de7d6dc3e44ff8661a5f92 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_sale/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_banking_mandate_sale/__openerp__.py b/account_banking_mandate_sale/__openerp__.py index 810cd5aa0..6b83317f7 100644 --- a/account_banking_mandate_sale/__openerp__.py +++ b/account_banking_mandate_sale/__openerp__.py @@ -18,5 +18,5 @@ 'data': [ 'views/sale_order.xml', ], - 'installable': True, + 'installable': False, }