From 35320b4af68c335b406d64eb7287fc1932817963 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_payment_purchase/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_payment_purchase/__openerp__.py b/account_payment_purchase/__openerp__.py index 4aab2dceb..24cfb7cd3 100644 --- a/account_payment_purchase/__openerp__.py +++ b/account_payment_purchase/__openerp__.py @@ -38,6 +38,6 @@ 'data': [ 'views/purchase_order_view.xml', ], - 'installable': True, + 'installable': False, 'auto_install': True, }