From 5e41cb25a270a82561bf82a2cc9441db981776b9 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 --- README.md | 4 ++-- crm_claim_rma/__openerp__.py | 2 +- product_warranty/__openerp__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 705f7c86..8282bd8c 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ Available addons ---------------- addon | version | summary --- | --- | --- -[crm_claim_rma](crm_claim_rma/) | 1.1 | RMA Claim (Product Return Management) +[crm_claim_rma](crm_claim_rma/) | 8.0.1.1.0 | RMA Claim (Product Return Management) [crm_claim_rma_code](crm_claim_rma_code/) | 8.0.1.0.0 | CRM Claim RMA Code -[product_warranty](product_warranty/) | 1.0 | Product warranty +[product_warranty](product_warranty/) | 8.0.1.0.0 | Product warranty Unported addons --------------- diff --git a/crm_claim_rma/__openerp__.py b/crm_claim_rma/__openerp__.py index af3858e8..81d22459 100644 --- a/crm_claim_rma/__openerp__.py +++ b/crm_claim_rma/__openerp__.py @@ -24,7 +24,7 @@ { 'name': 'RMA Claim (Product Return Management)', - 'version': '1.1', + 'version': '8.0.1.1.0', 'category': 'Generic Modules/CRM & SRM', 'description': """ Management of Return Merchandise Authorization (RMA) 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',