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