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.