From f4d5b6fb4b29065fefa74ce9672262404ff2700d Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 02:52:55 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- account_invoice_currency/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_invoice_currency/__openerp__.py b/account_invoice_currency/__openerp__.py index 423b9ee99..99c703524 100644 --- a/account_invoice_currency/__openerp__.py +++ b/account_invoice_currency/__openerp__.py @@ -37,5 +37,5 @@ 'data': [ "views/account_invoice_view.xml" ], - 'installable': True, + 'installable': False, }