From ccb65f9af287d9b7441f8544510501ff8935a2d2 Mon Sep 17 00:00:00 2001 From: mreficent Date: Wed, 25 Sep 2019 17:25:40 +0200 Subject: [PATCH] [MIG] l10n_us_gaap_mis_report: Migration to 12.0 --- l10n_us_gaap_mis_report/README.rst | 34 +++++++++---------- l10n_us_gaap_mis_report/__manifest__.py | 9 ++--- .../i18n/l10n_us_gaap_mis_report.pot | 2 +- l10n_us_gaap_mis_report/readme/CONFIGURE.rst | 6 ++++ .../readme/CONTRIBUTORS.rst | 4 +++ .../readme/DESCRIPTION.rst | 10 ++++++ l10n_us_gaap_mis_report/readme/INSTALL.rst | 4 +++ oca_dependencies.txt | 1 + 8 files changed, 47 insertions(+), 23 deletions(-) create mode 100644 l10n_us_gaap_mis_report/readme/CONFIGURE.rst create mode 100644 l10n_us_gaap_mis_report/readme/CONTRIBUTORS.rst create mode 100644 l10n_us_gaap_mis_report/readme/DESCRIPTION.rst create mode 100644 l10n_us_gaap_mis_report/readme/INSTALL.rst diff --git a/l10n_us_gaap_mis_report/README.rst b/l10n_us_gaap_mis_report/README.rst index d7e49517..61cb258f 100644 --- a/l10n_us_gaap_mis_report/README.rst +++ b/l10n_us_gaap_mis_report/README.rst @@ -1,5 +1,6 @@ -.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg - :alt: License: AGPL-3 +.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png + :target: https://www.gnu.org/licenses/agpl + :alt: License: AGPL-3 ====================================================== United States Basic GAAP Chart of Accounts MIS Reports @@ -7,26 +8,24 @@ United States Basic GAAP Chart of Accounts MIS Reports Includes the following templates for the *mis_builder* module. - * US Balance Sheet - * US Income Statement +* US Balance Sheet +* US Income Statement The templates are based on the Chart of Accounts provided by the module *l10n_us_gaap*. -This module contains in the 'docs' folder a a sample Income Statement and +This module contains in the 'docs' folder a sample Income Statement and Balance Sheet with the full drill down to individual accounts. Installation ============ + This module depends on: * The module *mis_builder* that can be obtained in https://apps.odoo.com, or https://github.com/OCA/mis-builder. -* The module *l10n_us_gaap* that can be obtained in - https://apps.odoo.com, or https://github.com/OCA/mis-builder. - Configuration ============= @@ -38,29 +37,28 @@ Configuration If you create new accounts, make sure that they fall into the right account group, and they will then be displayed correctly in the MIS Reports. - .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/119/11.0 + :target: https://runbot.odoo-community.org/runbot/119/12.0 Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. -In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed feedback. +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. Credits ======= -Author ------- - -* Jordi Ballester Alomar - Contributors ------------ +* Eficent Business and IT Consulting Services, S.L. + + * Jordi Ballester Alomar + * Miquel Raïch Maintainer ---------- diff --git a/l10n_us_gaap_mis_report/__manifest__.py b/l10n_us_gaap_mis_report/__manifest__.py index cf4a090c..38a77fac 100644 --- a/l10n_us_gaap_mis_report/__manifest__.py +++ b/l10n_us_gaap_mis_report/__manifest__.py @@ -1,18 +1,18 @@ # Copyright 2018 Eficent Business and IT Consulting Services, S.L. -# # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl { 'name': 'MIS Builder Templates for US Chart of Accounts', 'author': 'Eficent,' 'Odoo Community Association (OCA)', + 'maintainers': ['jbeficent'], 'website': 'https://github.com/OCA/l10n-usa', 'category': 'Reporting', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'depends': [ - 'mis_builder', # OCA/mis-builder - 'l10n_us_gaap', # OCA/mis-builder + 'mis_builder', # In OCA/mis-builder + 'l10n_us_gaap', ], 'data': [ 'data/mis_report_styles.xml', @@ -20,4 +20,5 @@ 'data/mis_report_income_statement.xml', ], 'installable': True, + 'development_status': 'Production/Stable', } diff --git a/l10n_us_gaap_mis_report/i18n/l10n_us_gaap_mis_report.pot b/l10n_us_gaap_mis_report/i18n/l10n_us_gaap_mis_report.pot index 04eaaf98..9347409e 100644 --- a/l10n_us_gaap_mis_report/i18n/l10n_us_gaap_mis_report.pot +++ b/l10n_us_gaap_mis_report/i18n/l10n_us_gaap_mis_report.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" diff --git a/l10n_us_gaap_mis_report/readme/CONFIGURE.rst b/l10n_us_gaap_mis_report/readme/CONFIGURE.rst new file mode 100644 index 00000000..d47cfef1 --- /dev/null +++ b/l10n_us_gaap_mis_report/readme/CONFIGURE.rst @@ -0,0 +1,6 @@ +* Go to *Invoicing > Reporting > MIS Reports* and create a new report, + indicating the required periods, and using one of the templates provided + by this module. + +If you create new accounts, make sure that they fall into the right account +group, and they will then be displayed correctly in the MIS Reports. diff --git a/l10n_us_gaap_mis_report/readme/CONTRIBUTORS.rst b/l10n_us_gaap_mis_report/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000..b3ba7eb0 --- /dev/null +++ b/l10n_us_gaap_mis_report/readme/CONTRIBUTORS.rst @@ -0,0 +1,4 @@ +* Eficent Business and IT Consulting Services, S.L. + + * Jordi Ballester Alomar + * Miquel Raïch diff --git a/l10n_us_gaap_mis_report/readme/DESCRIPTION.rst b/l10n_us_gaap_mis_report/readme/DESCRIPTION.rst new file mode 100644 index 00000000..66e38959 --- /dev/null +++ b/l10n_us_gaap_mis_report/readme/DESCRIPTION.rst @@ -0,0 +1,10 @@ +Includes the following templates for the *mis_builder* module. + +* US Balance Sheet +* US Income Statement + +The templates are based on the Chart of Accounts provided by the module +*l10n_us_gaap*. + +This module contains in the 'docs' folder a sample Income Statement and +Balance Sheet with the full drill down to individual accounts. diff --git a/l10n_us_gaap_mis_report/readme/INSTALL.rst b/l10n_us_gaap_mis_report/readme/INSTALL.rst new file mode 100644 index 00000000..9b736503 --- /dev/null +++ b/l10n_us_gaap_mis_report/readme/INSTALL.rst @@ -0,0 +1,4 @@ +This module depends on: + +* The module *mis_builder* that can be obtained in + https://apps.odoo.com, or https://github.com/OCA/mis-builder. diff --git a/oca_dependencies.txt b/oca_dependencies.txt index 6527b04d..198f3dfe 100644 --- a/oca_dependencies.txt +++ b/oca_dependencies.txt @@ -3,3 +3,4 @@ account-invoice-reporting account-payment account-reconcile bank-payment +mis-builder