From af05e07136e759f918676181f5289891bdbff6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 09:59:21 +0200 Subject: [PATCH] [UPD] prefix versions with 8.0 --- README.md | 20 +++++++++---------- account_chart_report/__openerp__.py | 2 +- account_export_csv/__openerp__.py | 2 +- .../__openerp__.py | 2 +- .../__openerp__.py | 2 +- .../__openerp__.py | 2 +- account_journal_report_xls/__openerp__.py | 2 +- account_move_line_report_xls/__openerp__.py | 2 +- account_tax_report_no_zeroes/__openerp__.py | 2 +- mis_builder/__openerp__.py | 2 +- mis_builder_demo/__openerp__.py | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index cc741711..f33133d4 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,16 @@ Available addons ---------------- addon | version | summary --- | --- | --- -[account_chart_report](account_chart_report/) | 1.0 | Print chart of accounts -[account_export_csv](account_export_csv/) | 1.1 | Account Export CSV -[account_financial_report_horizontal](account_financial_report_horizontal/) | 0.3 | Accounting Financial Reports Horizontal -[account_financial_report_webkit](account_financial_report_webkit/) | 1.1.0 | Financial Reports - Webkit -[account_financial_report_webkit_xls](account_financial_report_webkit_xls/) | 0.4 | Add XLS export to accounting reports -[account_journal_report_xls](account_journal_report_xls/) | 0.2 | Financial Journal reports -[account_move_line_report_xls](account_move_line_report_xls/) | 0.6 | Journal Items Excel export -[account_tax_report_no_zeroes](account_tax_report_no_zeroes/) | 1.0 | Account tax report without zeroes -[mis_builder](mis_builder/) | 0.2 | Build 'Management Information System' Reports and Dashboards -[mis_builder_demo](mis_builder_demo/) | 0.1 | Demo data for the mis_builder module +[account_chart_report](account_chart_report/) | 8.0.1.0.0 | Print chart of accounts +[account_export_csv](account_export_csv/) | 8.0.1.1.0 | Account Export CSV +[account_financial_report_horizontal](account_financial_report_horizontal/) | 8.0.0.3.0 | Accounting Financial Reports Horizontal +[account_financial_report_webkit](account_financial_report_webkit/) | 8.0.1.1.0 | Financial Reports - Webkit +[account_financial_report_webkit_xls](account_financial_report_webkit_xls/) | 8.0.0.4.0 | Add XLS export to accounting reports +[account_journal_report_xls](account_journal_report_xls/) | 8.0.0.2.0 | Financial Journal reports +[account_move_line_report_xls](account_move_line_report_xls/) | 8.0.0.6.0 | Journal Items Excel export +[account_tax_report_no_zeroes](account_tax_report_no_zeroes/) | 8.0.1.0.0 | Account tax report without zeroes +[mis_builder](mis_builder/) | 8.0.0.2.0 | Build 'Management Information System' Reports and Dashboards +[mis_builder_demo](mis_builder_demo/) | 8.0.0.1.0 | Demo data for the mis_builder module Unported addons --------------- diff --git a/account_chart_report/__openerp__.py b/account_chart_report/__openerp__.py index 0dae3d67..34747268 100644 --- a/account_chart_report/__openerp__.py +++ b/account_chart_report/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Print chart of accounts', - 'version': '1.0', + 'version': '8.0.1.0.0', 'category': 'Reports/pdf', 'author': "Savoir-faire Linux,Odoo Community Association (OCA)", 'website': 'http://www.savoirfairelinux.com', diff --git a/account_export_csv/__openerp__.py b/account_export_csv/__openerp__.py index c0159c48..23fb8a86 100644 --- a/account_export_csv/__openerp__.py +++ b/account_export_csv/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'Account Export CSV', - 'version': '1.1', + 'version': '8.0.1.1.0', 'depends': [ 'account', ], diff --git a/account_financial_report_horizontal/__openerp__.py b/account_financial_report_horizontal/__openerp__.py index 2beaaed0..6a94ceb7 100644 --- a/account_financial_report_horizontal/__openerp__.py +++ b/account_financial_report_horizontal/__openerp__.py @@ -22,7 +22,7 @@ ############################################################################## { "name": "Accounting Financial Reports Horizontal", - "version": "0.3", + "version": "8.0.0.3.0", "author": "Therp BV,Agile Business Group,Odoo Community Association (OCA)", "category": 'Accounting & Finance', 'website': 'https://github.com/OCA/account-financial-reporting', diff --git a/account_financial_report_webkit/__openerp__.py b/account_financial_report_webkit/__openerp__.py index 41df04f8..158a652c 100644 --- a/account_financial_report_webkit/__openerp__.py +++ b/account_financial_report_webkit/__openerp__.py @@ -169,7 +169,7 @@ an issue in wkhtmltopdf the header and footer are created as text with arguments passed to wkhtmltopdf. The texts are defined inside the report classes. """, - 'version': '1.1.0', + 'version': '8.0.1.1.0', 'author': "Camptocamp,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'category': 'Finance', diff --git a/account_financial_report_webkit_xls/__openerp__.py b/account_financial_report_webkit_xls/__openerp__.py index 75554a19..024a2b31 100644 --- a/account_financial_report_webkit_xls/__openerp__.py +++ b/account_financial_report_webkit_xls/__openerp__.py @@ -21,7 +21,7 @@ ############################################################################## { 'name': 'Add XLS export to accounting reports', - 'version': '0.4', + 'version': '8.0.0.4.0', 'license': 'AGPL-3', 'author': "Noviat,Odoo Community Association (OCA)", 'category': 'Generic Modules/Accounting', diff --git a/account_journal_report_xls/__openerp__.py b/account_journal_report_xls/__openerp__.py index ef476631..36057789 100644 --- a/account_journal_report_xls/__openerp__.py +++ b/account_journal_report_xls/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Financial Journal reports', - 'version': '0.2', + 'version': '8.0.0.2.0', 'license': 'AGPL-3', 'author': "Noviat,Odoo Community Association (OCA)", 'category': 'Accounting & Finance', diff --git a/account_move_line_report_xls/__openerp__.py b/account_move_line_report_xls/__openerp__.py index 685ffafa..035e71fc 100644 --- a/account_move_line_report_xls/__openerp__.py +++ b/account_move_line_report_xls/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Account Move Line XLS export', - 'version': '0.6', + 'version': '8.0.0.6.0', 'license': 'AGPL-3', 'author': "Noviat, Odoo Community Association (OCA)", 'category': 'Accounting & Finance', diff --git a/account_tax_report_no_zeroes/__openerp__.py b/account_tax_report_no_zeroes/__openerp__.py index b069b708..2476ca4a 100644 --- a/account_tax_report_no_zeroes/__openerp__.py +++ b/account_tax_report_no_zeroes/__openerp__.py @@ -4,7 +4,7 @@ { 'name': 'Account tax report without zeroes', - 'version': '1.0', + 'version': '8.0.1.0.0', 'category': 'Accounting & Finance', 'author': 'Serv. Tecnol. Avanzados - Pedro M. Baeza,' 'Odoo Community Association (OCA)', diff --git a/mis_builder/__openerp__.py b/mis_builder/__openerp__.py index 713bedde..f46ece52 100644 --- a/mis_builder/__openerp__.py +++ b/mis_builder/__openerp__.py @@ -24,7 +24,7 @@ { 'name': 'MIS Builder', - 'version': '0.2', + 'version': '8.0.0.2.0', 'category': 'Reporting', 'summary': """ Build 'Management Information System' Reports and Dashboards diff --git a/mis_builder_demo/__openerp__.py b/mis_builder_demo/__openerp__.py index 74c412b3..7618eb9a 100644 --- a/mis_builder_demo/__openerp__.py +++ b/mis_builder_demo/__openerp__.py @@ -24,7 +24,7 @@ { 'name': 'MIS Builder demo data', - 'version': '0.1', + 'version': '8.0.0.1.0', 'category': 'Reporting', 'summary': """ Demo data for the mis_builder module