[BOT] post-merge updates

This commit is contained in:
OCA-git-bot
2025-07-24 10:14:33 +00:00
parent 56378614b7
commit d983fa11d2
4 changed files with 8 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ addon | version | maintainers | summary
--- | --- | --- | --- --- | --- | --- | ---
[account_financial_report](account_financial_report/) | 18.0.1.2.0 | | OCA Financial Reports [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 [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 | <a href='https://github.com/MiquelRForgeFlow'><img src='https://github.com/MiquelRForgeFlow.png' width='32' height='32' style='border-radius:50%;' alt='MiquelRForgeFlow'/></a> | OCA Financial Reports
[//]: # (end addons) [//]: # (end addons)

View File

@@ -11,7 +11,7 @@ Partner Statement
!! This file is generated by oca-gen-addon-readme !! !! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !! !! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2126a5bef5a0d3aed14256bd6b1fa5389a176dc83e7793d8aea8c6c093f8a86e !! source digest: sha256:dc672d0239f7dd0a5550364a20f7dd5c19bae5fc6dcb75c6e28faffb60082696
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

View File

@@ -372,9 +372,9 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !! !! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !! !! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:2126a5bef5a0d3aed14256bd6b1fa5389a176dc83e7793d8aea8c6c093f8a86e !! source digest: sha256:dc672d0239f7dd0a5550364a20f7dd5c19bae5fc6dcb75c6e28faffb60082696
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-financial-reporting/tree/18.0/partner_statement"><img alt="OCA/account-financial-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-reporting-18-0/account-financial-reporting-18-0-partner_statement"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-reporting&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p> <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-financial-reporting/tree/18.0/partner_statement"><img alt="OCA/account-financial-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--financial--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-financial-reporting-18-0/account-financial-reporting-18-0-partner_statement"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-reporting&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module extends the functionality of Invoicing to support the <p>This module extends the functionality of Invoicing to support the
printing of customer and vendor statements. There are three types of printing of customer and vendor statements. There are three types of
statements: Activity, Detailed Activity, and Outstanding. Aging details statements: Activity, Detailed Activity, and Outstanding. Aging details

View File

@@ -1,9 +1,10 @@
[project] [project]
name = "odoo-addons-oca-account-financial-reporting" name = "odoo-addons-oca-account-financial-reporting"
version = "18.0.20250211.0" version = "18.0.20250724.0"
dependencies = [ dependencies = [
"odoo-addon-account_financial_report==18.0.*", "odoo-addon-account_financial_report==18.0.*",
"odoo-addon-account_tax_balance==18.0.*", "odoo-addon-account_tax_balance==18.0.*",
"odoo-addon-partner_statement==18.0.*",
] ]
classifiers=[ classifiers=[
"Programming Language :: Python", "Programming Language :: Python",