diff --git a/README.md b/README.md index 9d344417237..3cbdd310637 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ addon | version | maintainers | summary [account_payment_term_discount](account_payment_term_discount/) | 16.0.1.0.0 | [![bodedra](https://github.com/bodedra.png?size=30px)](https://github.com/bodedra) | Account Payment Terms Discount [account_payment_term_extension](account_payment_term_extension/) | 16.0.1.0.2 | | Adds rounding, months, weeks and multiple payment days properties on payment term lines [account_payment_widget_amount](account_payment_widget_amount/) | 16.0.1.0.0 | [![ChrisOForgeFlow](https://github.com/ChrisOForgeFlow.png?size=30px)](https://github.com/ChrisOForgeFlow) | Extends the payment widget to be able to choose the payment amount +[partner_aging](partner_aging/) | 16.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) diff --git a/partner_aging/README.rst b/partner_aging/README.rst index dd168840813..6a8190c7ca9 100644 --- a/partner_aging/README.rst +++ b/partner_aging/README.rst @@ -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:9bfe8999840f5c140815c6c429d7c322c387700d6bd03841e4a0722999efaf40 + !! source digest: sha256:9d6c86b781d675e63abf8dd470d67e3151e1f402ed879ddacbf0e2eee51fa030 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png diff --git a/partner_aging/static/description/index.html b/partner_aging/static/description/index.html index 86d3db3718f..2d41e179a59 100644 --- a/partner_aging/static/description/index.html +++ b/partner_aging/static/description/index.html @@ -367,7 +367,7 @@
This module creates a new customer / supplier aging report as of a given date.
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 2f41eec62a1..4c67ab6aff1 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240829.0 \ No newline at end of file +16.0.20241023.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 1cb1660dc7a..a12b88ffe8f 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -25,6 +25,7 @@ 'odoo-addon-account_payment_term_discount>=16.0dev,<16.1dev', 'odoo-addon-account_payment_term_extension>=16.0dev,<16.1dev', 'odoo-addon-account_payment_widget_amount>=16.0dev,<16.1dev', + 'odoo-addon-partner_aging>=16.0dev,<16.1dev', ], classifiers=[ 'Programming Language :: Python',