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