diff --git a/README.md b/README.md index 7b831d6dc..f4a744836 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [account_comment_template](account_comment_template/) | 17.0.1.0.0 | | Comments templates on invoice documents [account_invoice_line_report](account_invoice_line_report/) | 17.0.1.0.0 | | New view to manage invoice lines information [account_invoice_report_grouped_by_picking](account_invoice_report_grouped_by_picking/) | 17.0.1.0.2 | | Print invoice lines grouped by picking +[partner_time_to_pay](partner_time_to_pay/) | 17.0.1.0.0 | [](https://github.com/max3903) [](https://github.com/rafaelbn) [](https://github.com/Shide) | Add receivables and payables statistics to partners [//]: # (end addons) diff --git a/partner_time_to_pay/README.rst b/partner_time_to_pay/README.rst index 245eed19c..e61f47949 100644 --- a/partner_time_to_pay/README.rst +++ b/partner_time_to_pay/README.rst @@ -7,7 +7,7 @@ Partner Time to Pay !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d3c7829c714136c4508b487bfdffa2aa839359d5011b067d457c68537f61951c + !! source digest: sha256:f487fc1d34f08deb2b0f37603552643ab607de6e6a25aeccedf54daaeb07f22a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/partner_time_to_pay/static/description/index.html b/partner_time_to_pay/static/description/index.html index 86286d6ef..b7ad14c39 100644 --- a/partner_time_to_pay/static/description/index.html +++ b/partner_time_to_pay/static/description/index.html @@ -367,7 +367,7 @@
This module displays statistics related to the receivables and payables diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 366b16231..5df79e236 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "odoo-addons-oca-account-invoice-reporting" -version = "17.0.20240725.0" +version = "17.0.20240807.0" dependencies = [ "odoo-addon-account_comment_template>=17.0dev,<17.1dev", "odoo-addon-account_invoice_line_report>=17.0dev,<17.1dev", "odoo-addon-account_invoice_report_grouped_by_picking>=17.0dev,<17.1dev", + "odoo-addon-partner_time_to_pay>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",