diff --git a/README.md b/README.md index cd13c6cfd..21a87113c 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_credit_control](account_credit_control/) | 14.0.1.5.0 | | Account Credit Control [account_financial_risk](account_financial_risk/) | 14.0.2.2.1 | [![carlosdauden](https://github.com/carlosdauden.png?size=30px)](https://github.com/carlosdauden) | Manage customer risk -[account_invoice_overdue_reminder](account_invoice_overdue_reminder/) | 14.0.1.4.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Simple mail/letter/phone overdue customer invoice reminder +[account_invoice_overdue_reminder](account_invoice_overdue_reminder/) | 14.0.1.5.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Simple mail/letter/phone overdue customer invoice reminder [account_invoice_overdue_warn](account_invoice_overdue_warn/) | 14.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Show warning on customer form view if it has overdue invoices [account_invoice_overdue_warn_sale](account_invoice_overdue_warn_sale/) | 14.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Show overdue warning on sale order form view [account_payment_return_financial_risk](account_payment_return_financial_risk/) | 14.0.1.0.0 | | Partner Payment Return Risk diff --git a/account_invoice_overdue_reminder/README.rst b/account_invoice_overdue_reminder/README.rst index aa89e2efb..1a6fcc329 100644 --- a/account_invoice_overdue_reminder/README.rst +++ b/account_invoice_overdue_reminder/README.rst @@ -7,7 +7,7 @@ Overdue Invoice Reminder !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:d88713a9e1f9cc3ea5054a5d536b448d069d9f6acf55c2ff6609144347bbc424 + !! source digest: sha256:32288f477feb05256964706958262579a53ea476d6f292c4aadc4d536fac2ee8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -81,6 +81,20 @@ Then follow the process until the end. You can also start the invoice reminder wizard via the button *Overdue Reminder* on an overdue invoice. +Changelog +========= + +14.0.1.5.0 (2023-12-11) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Features** + +- Credit notes have been added to the e-mail summary that are sent to the + customer. They are marked in a different colour. + + Furthermore, the button toggle to allow to send a reminder with unreconciled + payments has been removed. The warning remains. (`#226 `_) + Bug Tracker =========== diff --git a/account_invoice_overdue_reminder/__manifest__.py b/account_invoice_overdue_reminder/__manifest__.py index a843cd967..047625334 100644 --- a/account_invoice_overdue_reminder/__manifest__.py +++ b/account_invoice_overdue_reminder/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Overdue Invoice Reminder", - "version": "14.0.1.4.0", + "version": "14.0.1.5.0", "category": "Accounting", "license": "AGPL-3", "summary": "Simple mail/letter/phone overdue customer invoice reminder ", diff --git a/account_invoice_overdue_reminder/readme/HISTORY.rst b/account_invoice_overdue_reminder/readme/HISTORY.rst new file mode 100644 index 000000000..828edf3b7 --- /dev/null +++ b/account_invoice_overdue_reminder/readme/HISTORY.rst @@ -0,0 +1,10 @@ +14.0.1.5.0 (2023-12-11) +~~~~~~~~~~~~~~~~~~~~~~~ + +**Features** + +- Credit notes have been added to the e-mail summary that are sent to the + customer. They are marked in a different colour. + + Furthermore, the button toggle to allow to send a reminder with unreconciled + payments has been removed. The warning remains. (`#226 `_) diff --git a/account_invoice_overdue_reminder/readme/newsfragments/226.feature.rst b/account_invoice_overdue_reminder/readme/newsfragments/226.feature.rst deleted file mode 100644 index 24b428680..000000000 --- a/account_invoice_overdue_reminder/readme/newsfragments/226.feature.rst +++ /dev/null @@ -1,5 +0,0 @@ -Credit notes have been added to the e-mail summary that are sent to the -customer. They are marked in a different colour. - -Furthermore, the button toggle to allow to send a reminder with unreconciled -payments has been removed. The warning remains. diff --git a/account_invoice_overdue_reminder/static/description/index.html b/account_invoice_overdue_reminder/static/description/index.html index b8425ee61..93f743831 100644 --- a/account_invoice_overdue_reminder/static/description/index.html +++ b/account_invoice_overdue_reminder/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@

Overdue Invoice Reminder

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:d88713a9e1f9cc3ea5054a5d536b448d069d9f6acf55c2ff6609144347bbc424 +!! source digest: sha256:32288f477feb05256964706958262579a53ea476d6f292c4aadc4d536fac2ee8 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/credit-control Translate me on Weblate Try me on Runboat

This Odoo module is designed to send overdue invoice reminders to customers. It handles reminders by e-mail, letter and phone.

@@ -400,11 +399,15 @@

Overdue Invoice Reminder

+
+

Changelog

+
+

14.0.1.5.0 (2023-12-11)

+

Features

+
    +
  • Credit notes have been added to the e-mail summary that are sent to the +customer. They are marked in a different colour.

    +

    Furthermore, the button toggle to allow to send a reminder with unreconciled +payments has been removed. The warning remains. (#226)

    +
  • +
+
+
-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -431,21 +448,21 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Akretion
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose