diff --git a/README.md b/README.md index fa4d1fa7..991e114d 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_financial_report](account_financial_report/) | 18.0.1.2.3 | | OCA Financial Reports [account_tax_balance](account_tax_balance/) | 18.0.1.0.0 | | Compute tax balances based on date range +[mis_template_financial_report](mis_template_financial_report/) | 18.0.1.0.0 | hbrunn | Profit & Loss / Balance sheet MIS templates [partner_statement](partner_statement/) | 18.0.1.1.0 | MiquelRForgeFlow | OCA Financial Reports [//]: # (end addons) diff --git a/mis_template_financial_report/README.rst b/mis_template_financial_report/README.rst index 36b802c0..e97ac22c 100644 --- a/mis_template_financial_report/README.rst +++ b/mis_template_financial_report/README.rst @@ -1,3 +1,7 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + =========================================== Profit & Loss / Balance sheet MIS templates =========================================== @@ -7,13 +11,13 @@ Profit & Loss / Balance sheet MIS templates !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:43a58797d5d60f19a2ce7f6e20a38f052a0d5d7c3ebe2ef50fa88e9899b2069e + !! source digest: sha256:23d91fdd801625657557ade611c49092bfb7339bff4eba3e410451d606e5eb74 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/license-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%2Faccount--financial--reporting-lightgray.png?logo=github diff --git a/mis_template_financial_report/static/description/index.html b/mis_template_financial_report/static/description/index.html index f6700e4f..a055915f 100644 --- a/mis_template_financial_report/static/description/index.html +++ b/mis_template_financial_report/static/description/index.html @@ -3,7 +3,7 @@ -Profit & Loss / Balance sheet MIS templates +README.rst -
-

Profit & Loss / Balance sheet MIS templates

+
+ + +Odoo Community Association + +
+

Profit & Loss / Balance sheet MIS templates

-

Beta License: AGPL-3 OCA/account-financial-reporting Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/account-financial-reporting Translate me on Weblate Try me on Runboat

This addon provides MIS builder templates to generate generic Profit & Loss and Balance Sheet reports.

Table of contents

@@ -388,21 +393,21 @@ Loss and Balance Sheet reports.

-

Configuration

+

Configuration

To render the reports from this module horizontally in two columns on the same page, check the Horizontal checkbox on the Layout tab of the report. This checkbox is only available for reports that support the horizontal mode.

-

Usage

+

Usage

Select one of the Profit & Loss or Balance Sheet templates in a new MIS report.

For details, refer to the MIS Builder documentation

-

Known issues / Roadmap

+

Known issues / Roadmap

  • support horizontal mode for xslx export
  • split off all code to mis_builder_horizontal and only keep the KPI @@ -410,7 +415,7 @@ definitions here
-

Bug Tracker

+

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 to smash it by providing a detailed and welcomed @@ -418,15 +423,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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

-

Credits

+

Credits

-

Authors

+

Authors

  • Hunki Enterprises BV
-

Contributors

+

Contributors

+
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index acb0eafe..8b4a78bf 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-account-financial-reporting" -version = "18.0.20250724.0" +version = "18.0.20250822.0" dependencies = [ "odoo-addon-account_financial_report==18.0.*", "odoo-addon-account_tax_balance==18.0.*", + "odoo-addon-mis_template_financial_report==18.0.*", "odoo-addon-partner_statement==18.0.*", ] classifiers=[