From 05c2779b99634db523e4e5fda15ccc677441dbf9 Mon Sep 17 00:00:00 2001 From: Flectra Community Bot Date: Thu, 27 May 2021 12:42:24 +0200 Subject: [PATCH] Automatic Update form OCA2FC Migrator --- README.md | 12 ++++++------ account_financial_report/__manifest__.py | 2 +- account_financial_report_date_range/__manifest__.py | 2 +- account_tax_balance/__manifest__.py | 2 +- customer_activity_statement/__manifest__.py | 2 +- customer_outstanding_statement/__manifest__.py | 2 +- mis_builder_cash_flow/__manifest__.py | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 214e6e3..43fece8 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ Available addons addon | version | summary --- | --- | --- -[account_financial_report](account_financial_report/) | 2.0.2.6.0| OCA Financial Reports -[customer_activity_statement](customer_activity_statement/) | 2.0.2.1.2| OCA Financial Reports -[customer_outstanding_statement](customer_outstanding_statement/) | 2.0.2.1.2| OCA Financial Reports -[account_tax_balance](account_tax_balance/) | 2.0.1.0.0| Compute tax balances based on date range -[account_financial_report_date_range](account_financial_report_date_range/) | 2.0.1.0.0| Add Date Range field to the Odoo OE standard addons financial reports wizard. -[mis_builder_cash_flow](mis_builder_cash_flow/) | 2.0.1.1.0| MIS Builder Cash Flow +[account_financial_report](account_financial_report/) | 1.0.2.6.0| OCA Financial Reports +[customer_activity_statement](customer_activity_statement/) | 1.0.2.1.2| OCA Financial Reports +[customer_outstanding_statement](customer_outstanding_statement/) | 1.0.2.1.2| OCA Financial Reports +[account_tax_balance](account_tax_balance/) | 1.0.1.0.0| Compute tax balances based on date range +[account_financial_report_date_range](account_financial_report_date_range/) | 1.0.1.0.0| Add Date Range field to the Odoo OE standard addons financial reports wizard. +[mis_builder_cash_flow](mis_builder_cash_flow/) | 1.0.1.1.0| MIS Builder Cash Flow diff --git a/account_financial_report/__manifest__.py b/account_financial_report/__manifest__.py index 9017d8c..f41d897 100644 --- a/account_financial_report/__manifest__.py +++ b/account_financial_report/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'Account Financial Reports', - 'version': '2.0.2.6.0', + 'version': '1.0.2.6.0', 'category': 'Reporting', 'summary': 'OCA Financial Reports', 'author': 'Camptocamp SA,' diff --git a/account_financial_report_date_range/__manifest__.py b/account_financial_report_date_range/__manifest__.py index e799a9c..8643632 100644 --- a/account_financial_report_date_range/__manifest__.py +++ b/account_financial_report_date_range/__manifest__.py @@ -7,7 +7,7 @@ Add Date Range field to the Odoo OE standard addons financial reports wizard. """, - 'version': '2.0.1.0.0', + 'version': '1.0.1.0.0', 'category': 'Accounting & Finance', 'website': 'https://gitlab.com/flectra-community/account-financial-reporting', 'author': 'Noviat,' diff --git a/account_tax_balance/__manifest__.py b/account_tax_balance/__manifest__.py index 895adc0..0fe6f01 100644 --- a/account_tax_balance/__manifest__.py +++ b/account_tax_balance/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Tax Balance", "summary": "Compute tax balances based on date range", - "version": "2.0.1.0.0", + "version": "1.0.1.0.0", "category": "Accounting & Finance", "website": "https://gitlab.com/flectra-community/account-financial-reporting", "author": "Agile Business Group, Therp BV, Tecnativa, ACSONE SA/NV, " diff --git a/customer_activity_statement/__manifest__.py b/customer_activity_statement/__manifest__.py index 7762058..948e8da 100644 --- a/customer_activity_statement/__manifest__.py +++ b/customer_activity_statement/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Partner Activity Statement', - 'version': '2.0.2.1.2', + 'version': '1.0.2.1.2', 'category': 'Accounting & Finance', 'summary': 'OCA Financial Reports', 'author': "Eficent, Odoo Community Association (OCA)", diff --git a/customer_outstanding_statement/__manifest__.py b/customer_outstanding_statement/__manifest__.py index f5062c9..155f36f 100644 --- a/customer_outstanding_statement/__manifest__.py +++ b/customer_outstanding_statement/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Partner Outstanding Statement', - 'version': '2.0.2.1.2', + 'version': '1.0.2.1.2', 'category': 'Accounting & Finance', 'summary': 'OCA Financial Reports', 'author': "Eficent, Odoo Community Association (OCA)", diff --git a/mis_builder_cash_flow/__manifest__.py b/mis_builder_cash_flow/__manifest__.py index 0e5c864..f3f5f96 100644 --- a/mis_builder_cash_flow/__manifest__.py +++ b/mis_builder_cash_flow/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'MIS Builder Cash Flow', - 'version': '2.0.1.1.0', + 'version': '1.0.1.1.0', 'license': 'LGPL-3', 'author': 'ADHOC SA, ' 'Odoo Community Association (OCA)',