From d508b577d0e027d63dca208b4645a4155d6b0c0a Mon Sep 17 00:00:00 2001 From: Nikos Tsirintanis Date: Wed, 13 May 2020 13:21:38 +0200 Subject: [PATCH] [MIG] account_financial_report_horizontal: Migration to 12.0 --- account_financial_report_horizontal/__manifest__.py | 2 +- account_financial_report_horizontal/readme/CONTRIBUTORS.rst | 4 ++++ account_financial_report_horizontal/readme/DESCRIPTION.rst | 3 +++ account_financial_report_horizontal/readme/USAGE.rst | 2 ++ 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 account_financial_report_horizontal/readme/CONTRIBUTORS.rst create mode 100644 account_financial_report_horizontal/readme/DESCRIPTION.rst create mode 100644 account_financial_report_horizontal/readme/USAGE.rst diff --git a/account_financial_report_horizontal/__manifest__.py b/account_financial_report_horizontal/__manifest__.py index c84e35c2..f3017f80 100644 --- a/account_financial_report_horizontal/__manifest__.py +++ b/account_financial_report_horizontal/__manifest__.py @@ -4,7 +4,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Accounting Financial Report Horizontal", - "version": "11.0.1.0.0", + "version": "12.0.1.0.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_horizontal/readme/CONTRIBUTORS.rst b/account_financial_report_horizontal/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..6c3ef175 --- /dev/null +++ b/account_financial_report_horizontal/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Lorenzo Battistini +* Holger Brunn +* Stefan Rijnhart +* Nikos Tsirintanis diff --git a/account_financial_report_horizontal/readme/DESCRIPTION.rst b/account_financial_report_horizontal/readme/DESCRIPTION.rst new file mode 100644 index 00000000..5736293a --- /dev/null +++ b/account_financial_report_horizontal/readme/DESCRIPTION.rst @@ -0,0 +1,3 @@ +This module provides a balance sheet and profit and loss report in landscape +mode with assets to the left and liabilities to the right as is common in +Italy and the Netherlands. diff --git a/account_financial_report_horizontal/readme/USAGE.rst b/account_financial_report_horizontal/readme/USAGE.rst new file mode 100644 index 00000000..4622a626 --- /dev/null +++ b/account_financial_report_horizontal/readme/USAGE.rst @@ -0,0 +1,2 @@ +After the module is installed, the balance sheet and profit and loss reports +will be in landscape mode with assets left and liabilities right.