From 82f5f56438b4a1bbf90a070fb42114359c2cd719 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 11 Oct 2016 15:32:30 +0200 Subject: [PATCH] Set all modules as uninstallable --- product_category_tax/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_category_tax/__openerp__.py b/product_category_tax/__openerp__.py index a7cfbc0..189e425 100644 --- a/product_category_tax/__openerp__.py +++ b/product_category_tax/__openerp__.py @@ -33,5 +33,5 @@ 'depends': ['account'], 'data': ['product_view.xml'], 'demo': [], - 'installable': True, + 'installable': False, }