From 7442bfa43da1c88256b7cf11465c8a2d7d972dff Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 03:03:12 +0200 Subject: [PATCH] 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, }