From 822b6a0f054590ed3214cea72d2cfe6a546cf44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 10:02:57 +0200 Subject: [PATCH] [UPD] prefix versions with 8.0 --- README.md | 4 ++-- report_custom_filename/__openerp__.py | 2 +- report_xls/__openerp__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56febe96..36a44f28 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Available addons ---------------- addon | version | summary --- | --- | --- -[report_custom_filename](report_custom_filename/) | 1.0 | Configure the filename to use when downloading a report -[report_xls](report_xls/) | 0.6 | Excel report engine +[report_custom_filename](report_custom_filename/) | 8.0.1.0.0 | Configure the filename to use when downloading a report +[report_xls](report_xls/) | 8.0.0.6.0 | Excel report engine Unported addons --------------- diff --git a/report_custom_filename/__openerp__.py b/report_custom_filename/__openerp__.py index 6777ec55..6f698812 100644 --- a/report_custom_filename/__openerp__.py +++ b/report_custom_filename/__openerp__.py @@ -21,7 +21,7 @@ { "name": "Custom report filenames", "summary": "Configure the filename to use when downloading a report", - "version": "1.0", + "version": "8.0.1.0.0", "author": "Therp BV,Odoo Community Association (OCA)", "license": "AGPL-3", "complexity": "normal", diff --git a/report_xls/__openerp__.py b/report_xls/__openerp__.py index 4c56fa77..f7204248 100644 --- a/report_xls/__openerp__.py +++ b/report_xls/__openerp__.py @@ -21,7 +21,7 @@ ############################################################################## { 'name': 'Excel report engine', - 'version': '0.6', + 'version': '8.0.0.6.0', 'license': 'AGPL-3', 'author': "Noviat,Odoo Community Association (OCA)", 'website': 'http://www.noviat.com',