From b56a0db34aa9b118f4a1a654dc07014a6abc18d6 Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Mon, 30 Jun 2014 11:12:36 +0200 Subject: [PATCH] Set all addons to 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 922468e80..dd0506f5b 100644 --- a/account_fiscal_position_vat_check/__openerp__.py +++ b/account_fiscal_position_vat_check/__openerp__.py @@ -50,7 +50,7 @@ Please contact Alexis de Lattre from Akretion for 'images/fiscal_position_form.jpg', 'images/vat_check_invoice_validation.jpg', ], - 'installable': True, + 'installable': False, 'active': False, 'application': True, }