From fe26a7bb82155b56bcc50ee281ba496e443d1bac Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 6 Oct 2016 16:06:55 +0200 Subject: [PATCH] [MIG] Make modules uninstallable --- product_warranty/{__openerp__.py => __manifest__.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename product_warranty/{__openerp__.py => __manifest__.py} (98%) diff --git a/product_warranty/__openerp__.py b/product_warranty/__manifest__.py similarity index 98% rename from product_warranty/__openerp__.py rename to product_warranty/__manifest__.py index ebe22030..54b4e53b 100644 --- a/product_warranty/__openerp__.py +++ b/product_warranty/__manifest__.py @@ -38,7 +38,7 @@ 'demo/res_company.xml', ], 'test': [], - 'installable': True, + 'installable': False, 'active': False, 'images': ['images/product_warranty.png'], }