From 17726e11a4bc321017bc766c0834ba208e2aa2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 09:59:38 +0200 Subject: [PATCH] [UPD] prefix versions with 8.0 --- README.md | 6 +++--- account_bank_statement_period_from_line_date/__openerp__.py | 2 +- account_statement_operation_multicompany/__openerp__.py | 2 +- base_transaction_id/__openerp__.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 17c2f0ae..a4cdd939 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,12 @@ Available addons ---------------- addon | version | summary --- | --- | --- -[account_bank_statement_period_from_line_date](account_bank_statement_period_from_line_date/) | 1.0 | Use bank transaction (line) date to determine move period +[account_bank_statement_period_from_line_date](account_bank_statement_period_from_line_date/) | 8.0.1.0.0 | Use bank transaction (line) date to determine move period [account_easy_reconcile](account_easy_reconcile/) | 8.0.1.3.1 | Easy Reconcile [account_invoice_reference](account_invoice_reference/) | 8.0.1.0.1 | Invoices Reference [account_reconcile_payment_order](account_reconcile_payment_order/) | 8.0.1.0.0 | Automatically reconcile all lines from payment orders -[account_statement_operation_multicompany](account_statement_operation_multicompany/) | 0.2 | Fix multi-company issue on Statement Operation Templates -[base_transaction_id](base_transaction_id/) | 1.0 | Base transaction id for financial institutes +[account_statement_operation_multicompany](account_statement_operation_multicompany/) | 8.0.0.2.0 | Fix multi-company issue on Statement Operation Templates +[base_transaction_id](base_transaction_id/) | 8.0.1.0.0 | Base transaction id for financial institutes Unported addons --------------- diff --git a/account_bank_statement_period_from_line_date/__openerp__.py b/account_bank_statement_period_from_line_date/__openerp__.py index 87abdb06..e16ef521 100644 --- a/account_bank_statement_period_from_line_date/__openerp__.py +++ b/account_bank_statement_period_from_line_date/__openerp__.py @@ -19,7 +19,7 @@ ############################################################################## { 'name': 'Use bank transaction (line) date to determine move period', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': 'Therp BV, Odoo Community Association (OCA)', 'category': 'Banking addons', 'depends': [ diff --git a/account_statement_operation_multicompany/__openerp__.py b/account_statement_operation_multicompany/__openerp__.py index b613d9a3..03622480 100644 --- a/account_statement_operation_multicompany/__openerp__.py +++ b/account_statement_operation_multicompany/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Account Statement Operation Multi-company', - 'version': '0.2', + 'version': '8.0.0.2.0', 'category': 'Accounting & Finance', 'license': 'AGPL-3', 'summary': 'Fix multi-company issue on Statement Operation Templates', diff --git a/base_transaction_id/__openerp__.py b/base_transaction_id/__openerp__.py index 43907055..e9d90259 100644 --- a/base_transaction_id/__openerp__.py +++ b/base_transaction_id/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## {'name': 'Base transaction id for financial institutes', - 'version': '1.0', + 'version': '8.0.1.0.0', 'author': "Camptocamp,Odoo Community Association (OCA)", 'maintainer': 'Camptocamp', 'category': 'Hidden/Dependency',