diff --git a/README.md b/README.md index 8c0176db..881fa0a8 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.0 | | OCA Financial Reports [account_tax_balance](account_tax_balance/) | 18.0.1.0.0 | | Compute tax balances based on date range +[partner_statement](partner_statement/) | 18.0.1.0.0 | MiquelRForgeFlow | OCA Financial Reports [//]: # (end addons) diff --git a/partner_statement/README.rst b/partner_statement/README.rst index be215c88..9b8b34df 100644 --- a/partner_statement/README.rst +++ b/partner_statement/README.rst @@ -6,12 +6,12 @@ Partner Statement ================= -.. +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:2126a5bef5a0d3aed14256bd6b1fa5389a176dc83e7793d8aea8c6c093f8a86e + !! source digest: sha256:dc672d0239f7dd0a5550364a20f7dd5c19bae5fc6dcb75c6e28faffb60082696 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -170,7 +170,7 @@ promote its widespread use. Current `maintainer `__: -|maintainer-MiquelRForgeFlow| +|maintainer-MiquelRForgeFlow| This module is part of the `OCA/account-financial-reporting `_ project on GitHub. diff --git a/partner_statement/static/description/index.html b/partner_statement/static/description/index.html index 1bad485f..91f60b0b 100644 --- a/partner_statement/static/description/index.html +++ b/partner_statement/static/description/index.html @@ -372,9 +372,9 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:2126a5bef5a0d3aed14256bd6b1fa5389a176dc83e7793d8aea8c6c093f8a86e +!! source digest: sha256:dc672d0239f7dd0a5550364a20f7dd5c19bae5fc6dcb75c6e28faffb60082696 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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 module extends the functionality of Invoicing to support the printing of customer and vendor statements. There are three types of statements: Activity, Detailed Activity, and Outstanding. Aging details diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 62050868..acb0eafe 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.20250211.0" +version = "18.0.20250724.0" dependencies = [ "odoo-addon-account_financial_report==18.0.*", "odoo-addon-account_tax_balance==18.0.*", + "odoo-addon-partner_statement==18.0.*", ] classifiers=[ "Programming Language :: Python",