diff --git a/README.md b/README.md index 83e6306c9ae..0fa9f5daba7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [account_financial_report](account_financial_report/) | 17.0.1.4.0 | | OCA Financial Reports [account_tax_balance](account_tax_balance/) | 17.0.1.0.0 | | Compute tax balances based on date range [mis_builder_cash_flow](mis_builder_cash_flow/) | 17.0.1.0.0 | [![jjscarafia](https://github.com/jjscarafia.png?size=30px)](https://github.com/jjscarafia) | MIS Builder Cash Flow +[mis_template_financial_report](mis_template_financial_report/) | 17.0.1.0.0 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) | Profit & Loss / Balance sheet MIS templates [partner_statement](partner_statement/) | 17.0.1.0.0 | [![MiquelRForgeFlow](https://github.com/MiquelRForgeFlow.png?size=30px)](https://github.com/MiquelRForgeFlow) | OCA Financial Reports [//]: # (end addons) diff --git a/mis_template_financial_report/README.rst b/mis_template_financial_report/README.rst index 4c86d837cf3..1034b667590 100644 --- a/mis_template_financial_report/README.rst +++ b/mis_template_financial_report/README.rst @@ -7,7 +7,7 @@ Profit & Loss / Balance sheet MIS templates !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:35e3ad836c47238b09fe511febcb806bafddc4699aedb0e224e55517c31128d0 + !! source digest: sha256:43a58797d5d60f19a2ce7f6e20a38f052a0d5d7c3ebe2ef50fa88e9899b2069e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -56,9 +56,9 @@ documentation `_ Known issues / Roadmap ====================== -- support horizontal mode for xslx export -- split off all code to mis_builder_horizontal and only keep the KPI - definitions here +- support horizontal mode for xslx export +- split off all code to mis_builder_horizontal and only keep the KPI + definitions here Bug Tracker =========== @@ -81,9 +81,9 @@ Authors Contributors ------------ -- Holger Brunn - (https://hunki-enterprises.nl) -- Stefan Rijnhart (https://opener.amsterdam) +- Holger Brunn + (https://hunki-enterprises.nl) +- Stefan Rijnhart (https://opener.amsterdam) Maintainers ----------- diff --git a/mis_template_financial_report/static/description/index.html b/mis_template_financial_report/static/description/index.html index ac850e6147d..02bf1fcb629 100644 --- a/mis_template_financial_report/static/description/index.html +++ b/mis_template_financial_report/static/description/index.html @@ -367,7 +367,7 @@

Profit & Loss / Balance sheet MIS templates

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:35e3ad836c47238b09fe511febcb806bafddc4699aedb0e224e55517c31128d0 +!! source digest: sha256:43a58797d5d60f19a2ce7f6e20a38f052a0d5d7c3ebe2ef50fa88e9899b2069e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 & diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index ec5f5016910..2f4ce254af4 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-account-financial-reporting" -version = "17.0.20240930.0" +version = "17.0.20241115.0" dependencies = [ "odoo-addon-account_financial_report>=17.0dev,<17.1dev", "odoo-addon-account_tax_balance>=17.0dev,<17.1dev", "odoo-addon-mis_builder_cash_flow>=17.0dev,<17.1dev", + "odoo-addon-mis_template_financial_report>=17.0dev,<17.1dev", "odoo-addon-partner_statement>=17.0dev,<17.1dev", ] classifiers=[