Skip to content

Commit

Permalink
[MIG] l10n_us_gaap_mis_report: Migration to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Nov 15, 2019
1 parent a775b31 commit ccb65f9
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 23 deletions.
34 changes: 16 additions & 18 deletions l10n_us_gaap_mis_report/README.rst
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
.. 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
======================================================

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
=============
Expand All @@ -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 <https://github.com/OCA/l10n-usa/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
<https://github.com/OCA/l10n-usa/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 <[email protected]>

Contributors
------------

* Eficent Business and IT Consulting Services, S.L. <https://www.eficent.com>

* Jordi Ballester Alomar <[email protected]>
* Miquel Raïch <[email protected]>

Maintainer
----------
Expand Down
9 changes: 5 additions & 4 deletions l10n_us_gaap_mis_report/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
# Copyright 2018 Eficent Business and IT Consulting Services, S.L.
# <[email protected]>
# 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',
'data/mis_report_balance_sheet.xml',
'data/mis_report_income_statement.xml',
],
'installable': True,
'development_status': 'Production/Stable',
}
2 changes: 1 addition & 1 deletion l10n_us_gaap_mis_report/i18n/l10n_us_gaap_mis_report.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions l10n_us_gaap_mis_report/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 4 additions & 0 deletions l10n_us_gaap_mis_report/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Eficent Business and IT Consulting Services, S.L. <https://www.eficent.com>

* Jordi Ballester Alomar <[email protected]>
* Miquel Raïch <[email protected]>
10 changes: 10 additions & 0 deletions l10n_us_gaap_mis_report/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 4 additions & 0 deletions l10n_us_gaap_mis_report/readme/INSTALL.rst
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions oca_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ account-invoice-reporting
account-payment
account-reconcile
bank-payment
mis-builder

0 comments on commit ccb65f9

Please sign in to comment.