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