Browse Source

[UPD] prefix versions with 8.0

pull/28/head
Stéphane Bidoul 9 years ago
parent
commit
822b6a0f05
  1. 4
      README.md
  2. 2
      report_custom_filename/__openerp__.py
  3. 2
      report_xls/__openerp__.py

4
README.md

@ -20,8 +20,8 @@ Available addons
---------------- ----------------
addon | version | summary 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 Unported addons
--------------- ---------------

2
report_custom_filename/__openerp__.py

@ -21,7 +21,7 @@
{ {
"name": "Custom report filenames", "name": "Custom report filenames",
"summary": "Configure the filename to use when downloading a report", "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)", "author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"complexity": "normal", "complexity": "normal",

2
report_xls/__openerp__.py

@ -21,7 +21,7 @@
############################################################################## ##############################################################################
{ {
'name': 'Excel report engine', 'name': 'Excel report engine',
'version': '0.6',
'version': '8.0.0.6.0',
'license': 'AGPL-3', 'license': 'AGPL-3',
'author': "Noviat,Odoo Community Association (OCA)", 'author': "Noviat,Odoo Community Association (OCA)",
'website': 'http://www.noviat.com', 'website': 'http://www.noviat.com',

Loading…
Cancel
Save