Skip to content

Commit

Permalink
[BOT] post-merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 21, 2024
1 parent b33056f commit f513027
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ addon | version | maintainers | summary
[account_payment_return_import](account_payment_return_import/) | 17.0.1.0.0 | | This module adds a generic wizard to import payment returnfile formats. Is only the base to be extended by anothermodules
[account_payment_return_import_iso20022](account_payment_return_import_iso20022/) | 17.0.1.0.0 | | This addon allows to import payment returns from ISO 20022 files like PAIN or CAMT.
[account_payment_term_extension](account_payment_term_extension/) | 17.0.1.0.2 | | Adds rounding, months, weeks and multiple payment days properties on payment term lines
[partner_aging](partner_aging/) | 17.0.1.0.0 | [![Urvisha-OSI](https://github.com/Urvisha-OSI.png?size=30px)](https://github.com/Urvisha-OSI) | Aging as a view - invoices and credits

[//]: # (end addons)

Expand Down
26 changes: 13 additions & 13 deletions partner_aging/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Interactive Partner Aging at any date
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9d6c86b781d675e63abf8dd470d67e3151e1f402ed879ddacbf0e2eee51fa030
!! source digest: sha256:fdab3452f5db642645aa362e25ab73ca638613e80340c1f8488388ed2d61fec0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
Expand Down Expand Up @@ -74,24 +74,24 @@ Authors
Contributors
------------

- Bhavesh Odedra <[email protected]>
- Balaji Kannan <[email protected]>
- Sandeep Mangukiya <[email protected]>
- Sudarshan Kadalazhi <[email protected]>
- Murtuza Saleh <[email protected]>
- Maxime Chambreuil <[email protected]>
- Nikul Chaudhary <[email protected]>
- Ammar Offcewala <[email protected]>
- Urvisha Desai <[email protected]>
- Miquel Alzanillas <[email protected]>
- Bhavesh Odedra <[email protected]>
- Balaji Kannan <[email protected]>
- Sandeep Mangukiya <[email protected]>
- Sudarshan Kadalazhi <[email protected]>
- Murtuza Saleh <[email protected]>
- Maxime Chambreuil <[email protected]>
- Nikul Chaudhary <[email protected]>
- Ammar Offcewala <[email protected]>
- Urvisha Desai <[email protected]>
- Miquel Alzanillas <[email protected]>

Other credits
-------------

The development of this module has been financially supported by:

- Open Source Integrators <https://www.opensourceintegrators.com>
- Serpent Consulting Services Pvt. Ltd. <https://www.serpentcs.com>
- Open Source Integrators <https://www.opensourceintegrators.com>
- Serpent Consulting Services Pvt. Ltd. <https://www.serpentcs.com>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion partner_aging/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ <h1 class="title">Interactive Partner Aging at any date</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:9d6c86b781d675e63abf8dd470d67e3151e1f402ed879ddacbf0e2eee51fa030
!! source digest: sha256:fdab3452f5db642645aa362e25ab73ca638613e80340c1f8488388ed2d61fec0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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-payment/tree/17.0/partner_aging"><img alt="OCA/account-payment" src="https://img.shields.io/badge/github-OCA%2Faccount--payment-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-payment-17-0/account-payment-17-0-partner_aging"><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-payment&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module creates a new customer / supplier aging report as of a given
Expand Down
3 changes: 2 additions & 1 deletion setup/_metapackage/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[project]
name = "odoo-addons-oca-account-payment"
version = "17.0.20240826.0"
version = "17.0.20241121.0"
dependencies = [
"odoo-addon-account_due_list>=17.0dev,<17.1dev",
"odoo-addon-account_due_list_payment_mode>=17.0dev,<17.1dev",
"odoo-addon-account_payment_return>=17.0dev,<17.1dev",
"odoo-addon-account_payment_return_import>=17.0dev,<17.1dev",
"odoo-addon-account_payment_return_import_iso20022>=17.0dev,<17.1dev",
"odoo-addon-account_payment_term_extension>=17.0dev,<17.1dev",
"odoo-addon-partner_aging>=17.0dev,<17.1dev",
]
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit f513027

Please sign in to comment.