forked from OCA/l10n-usa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] l10n_us_gaap_mis_report: Migration to 12.0
- Loading branch information
1 parent
a775b31
commit ccb65f9
Showing
8 changed files
with
47 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
============= | ||
|
@@ -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 | ||
---------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ account-invoice-reporting | |
account-payment | ||
account-reconcile | ||
bank-payment | ||
mis-builder |