Skip to content

Commit

Permalink
Merge PR #99 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by dreispt
  • Loading branch information
OCA-git-bot committed Nov 17, 2023
2 parents 0467f8c + 0a9387c commit dc04009
Show file tree
Hide file tree
Showing 19 changed files with 4,406 additions and 0 deletions.
112 changes: 112 additions & 0 deletions l10n_us_gaap_mis_report/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
==============================================
MIS Builder Templates for US Chart of Accounts
==============================================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
:target: https://odoo-community.org/page/development-status
:alt: Production/Stable
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fl10n--usa-lightgray.png?logo=github
:target: https://github.com/OCA/l10n-usa/tree/13.0/l10n_us_gaap_mis_report
:alt: OCA/l10n-usa
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/l10n-usa-13-0/l10n-usa-13-0-l10n_us_gaap_mis_report
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/203/13.0
:alt: Try me on Runbot

|badge1| |badge2| |badge3| |badge4| |badge5|

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.

**Table of contents**

.. contents::
:local:

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.

Configuration
=============

* 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.

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 <https://github.com/OCA/l10n-usa/issues/new?body=module:%20l10n_us_gaap_mis_report%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* ForgeFlow

Contributors
~~~~~~~~~~~~

* ForgeFlow S.L. <https://www.forgeflow.com>

* Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
* Miquel Raïch <miquel.raich@forgeflow.com>
* Joan Sisquella Andrés <joan.sisquella@forgeflow.com>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

.. |maintainer-JordiBForgeFlow| image:: https://github.com/JordiBForgeFlow.png?size=40px
:target: https://github.com/JordiBForgeFlow
:alt: JordiBForgeFlow

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-JordiBForgeFlow|

This module is part of the `OCA/l10n-usa <https://github.com/OCA/l10n-usa/tree/13.0/l10n_us_gaap_mis_report>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
20 changes: 20 additions & 0 deletions l10n_us_gaap_mis_report/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Copyright 2018-22 ForgeFlow S.L. (https://www.forgeflow.com)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl

{
"name": "MIS Builder Templates for US Chart of Accounts",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"maintainers": ["JordiBForgeFlow"],
"website": "https://github.com/OCA/l10n-usa",
"category": "Reporting",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"depends": ["mis_builder", "l10n_us_gaap"], # In OCA/mis-builder
"data": [
"data/mis_report_styles.xml",
"data/mis_report_balance_sheet.xml",
"data/mis_report_income_statement.xml",
],
"installable": True,
"development_status": "Production/Stable",
}
Loading

0 comments on commit dc04009

Please sign in to comment.