From 289eb3a93b9c0335212b16b74eb1ecb3b1c201c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 10:02:59 +0200 Subject: [PATCH] [UPD] prefix versions with 8.0 --- 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 7eb6fbbb..77f075cb 100644 --- a/product_warranty/__openerp__.py +++ b/product_warranty/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Product warranty', - 'version': '1.0', + 'version': '8.0.1.0.0', 'category': 'Generic Modules/Product', 'author': "Akretion,Odoo Community Association (OCA),Vauxoo", 'website': 'http://akretion.com',