From 750db08274d419aa064b72cfd820e87af17fc5fd Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Wed, 14 Oct 2015 03:32:04 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- product_warranty/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_warranty/__openerp__.py b/product_warranty/__openerp__.py index 77f075cb..79f4e8c1 100644 --- a/product_warranty/__openerp__.py +++ b/product_warranty/__openerp__.py @@ -38,7 +38,7 @@ 'demo/res_company.xml', ], 'test': [], - 'installable': True, + 'installable': False, 'active': False, 'images': ['images/product_warranty.png'], }