From 295a41f918c8b3b24eb95fedfa9fe1a5d2811d78 Mon Sep 17 00:00:00 2001 From: Nikos Tsirintanis Date: Wed, 13 May 2020 11:39:53 +0200 Subject: [PATCH] [MIG] account_financial_report_date_range: Migration to 12.0 --- account_financial_report_date_range/__manifest__.py | 2 +- .../readme/CONTRIBUTORS.rst | 1 + .../wizards/accounting_report.xml | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/account_financial_report_date_range/__manifest__.py b/account_financial_report_date_range/__manifest__.py index fc0fa498..6f51633d 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': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'category': 'Accounting & Finance', 'website': 'https://github.com/OCA/account-financial-reporting', 'author': 'Noviat,' diff --git a/account_financial_report_date_range/readme/CONTRIBUTORS.rst b/account_financial_report_date_range/readme/CONTRIBUTORS.rst index 044d1a00..b2f88b3c 100644 --- a/account_financial_report_date_range/readme/CONTRIBUTORS.rst +++ b/account_financial_report_date_range/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Luc De Meyer +* Nikos Tsirintanis diff --git a/account_financial_report_date_range/wizards/accounting_report.xml b/account_financial_report_date_range/wizards/accounting_report.xml index f41eb6b5..00455c50 100644 --- a/account_financial_report_date_range/wizards/accounting_report.xml +++ b/account_financial_report_date_range/wizards/accounting_report.xml @@ -1,10 +1,10 @@ - - accounting.report.form.date_range - accounting.report - + + account.common.report.form.date_range + account.common.report +