From e4386eac5e39360aca5b14c5596f161338af72d1 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_fiscal_position_vat_check/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_fiscal_position_vat_check/__openerp__.py b/account_fiscal_position_vat_check/__openerp__.py index c364db850..58099f813 100644 --- a/account_fiscal_position_vat_check/__openerp__.py +++ b/account_fiscal_position_vat_check/__openerp__.py @@ -58,5 +58,5 @@ for any help or question about this module. 'account_fiscal_position_view.xml', 'partner_view.xml', ], - 'installable': True, + 'installable': False, }