From 08ed4b4a107e7f4c00b69f7715cc7ee63c61155b 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'], }