diff --git a/account_due_list_days_overdue/README.rst b/account_due_list_days_overdue/README.rst index ce7ffec3301..8a5e5d595e9 100644 --- a/account_due_list_days_overdue/README.rst +++ b/account_due_list_days_overdue/README.rst @@ -7,7 +7,7 @@ Payments Due list days overdue !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:17a1130f97bee19a9480ac6c000d5cd66313c2b68a808daf5a13b666af10d90d + !! source digest: sha256:d9e95e9d24aef0166913c2131daa3ea1d2babdd09dad20ff604fe4ba0019de88 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,23 +17,23 @@ Payments Due list days overdue :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--payment-lightgray.png?logo=github - :target: https://github.com/OCA/account-payment/tree/16.0/account_due_list_days_overdue + :target: https://github.com/OCA/account-payment/tree/17.0/account_due_list_days_overdue :alt: OCA/account-payment .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-payment-16-0/account-payment-16-0-account_due_list_days_overdue + :target: https://translation.odoo-community.org/projects/account-payment-17-0/account-payment-17-0-account_due_list_days_overdue :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/account-payment&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-payment&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module adds to the 'Payments and due list' view the number of days that -an open item is overdue, and classifies the amount due in separate terms -columns (e.g. 1-30, 31-60, +61). +This module adds to the 'Payments and due list' view the number of days +that an open item is overdue, and classifies the amount due in separate +terms columns (e.g. 1-30, 31-60, +61). -The terms columns to show in the list and the number of days for within each -term can be configured. +The terms columns to show in the list and the number of days for within +each term can be configured. **Table of contents** @@ -43,19 +43,18 @@ term can be configured. Configuration ============= -* Go to 'Invoicing / Configuration / Overdue Terms', and add the terms, - providing the day from, date to and a name that will be displayed in the - Payments and due list as column. - -* It is recommended to always add a last term '+ X' where the 'to days' value - is a very big value like 99999. +- Go to 'Invoicing / Configuration / Overdue Terms', and add the terms, + providing the day from, date to and a name that will be displayed in + the Payments and due list as column. +- It is recommended to always add a last term '+ X' where the 'to days' + value is a very big value like 99999. Usage ===== To use this module, you need to go to: -* Invoicing / Accounting / Payments and due list +- Invoicing / Accounting / Payments and due list Bug Tracker =========== @@ -63,7 +62,7 @@ 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 -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -71,25 +70,25 @@ Credits ======= Authors -~~~~~~~ +------- * ForgeFlow Contributors -~~~~~~~~~~~~ +------------ -* Jordi Ballester Alomar -* Holger Brunn -* `Sygel `_: +- Jordi Ballester Alomar +- Holger Brunn +- `Sygel `__: - * Valentin Vinagre + - Valentin Vinagre -* `Tecnativa `_: +- `Tecnativa `__: - * Víctor Martínez + - Víctor Martínez Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -101,6 +100,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/account-payment `_ project on GitHub. +This module is part of the `OCA/account-payment `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_due_list_days_overdue/__manifest__.py b/account_due_list_days_overdue/__manifest__.py index d27c2415dce..3af98218c24 100644 --- a/account_due_list_days_overdue/__manifest__.py +++ b/account_due_list_days_overdue/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Payments Due list days overdue", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "category": "Accounting", "author": "Odoo Community Association (OCA), ForgeFlow", "website": "https://github.com/OCA/account-payment", diff --git a/account_due_list_days_overdue/models/account_move_line.py b/account_due_list_days_overdue/models/account_move_line.py index 8b2e3420fc6..7bb398cd8cf 100644 --- a/account_due_list_days_overdue/models/account_move_line.py +++ b/account_due_list_days_overdue/models/account_move_line.py @@ -35,7 +35,7 @@ def _search_days_overdue(self, operator, value): days=value ) if operator in ("!=", "<>", "in", "not in"): - raise ValueError("Invalid operator: {}".format(operator)) + raise ValueError(f"Invalid operator: {operator}") if operator == ">": operator = "<" elif operator == "<": diff --git a/account_due_list_days_overdue/readme/CONFIGURE.rst b/account_due_list_days_overdue/readme/CONFIGURE.rst deleted file mode 100644 index 946c6f1a5d5..00000000000 --- a/account_due_list_days_overdue/readme/CONFIGURE.rst +++ /dev/null @@ -1,6 +0,0 @@ -* Go to 'Invoicing / Configuration / Overdue Terms', and add the terms, - providing the day from, date to and a name that will be displayed in the - Payments and due list as column. - -* It is recommended to always add a last term '+ X' where the 'to days' value - is a very big value like 99999. diff --git a/account_due_list_days_overdue/readme/CONTRIBUTORS.rst b/account_due_list_days_overdue/readme/CONTRIBUTORS.rst deleted file mode 100644 index db54211b093..00000000000 --- a/account_due_list_days_overdue/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,9 +0,0 @@ -* Jordi Ballester Alomar -* Holger Brunn -* `Sygel `_: - - * Valentin Vinagre - -* `Tecnativa `_: - - * Víctor Martínez diff --git a/account_due_list_days_overdue/readme/DESCRIPTION.rst b/account_due_list_days_overdue/readme/DESCRIPTION.rst deleted file mode 100644 index ecdf480f97e..00000000000 --- a/account_due_list_days_overdue/readme/DESCRIPTION.rst +++ /dev/null @@ -1,6 +0,0 @@ -This module adds to the 'Payments and due list' view the number of days that -an open item is overdue, and classifies the amount due in separate terms -columns (e.g. 1-30, 31-60, +61). - -The terms columns to show in the list and the number of days for within each -term can be configured. diff --git a/account_due_list_days_overdue/readme/USAGE.rst b/account_due_list_days_overdue/readme/USAGE.rst deleted file mode 100644 index 09063ae13be..00000000000 --- a/account_due_list_days_overdue/readme/USAGE.rst +++ /dev/null @@ -1,3 +0,0 @@ -To use this module, you need to go to: - -* Invoicing / Accounting / Payments and due list diff --git a/account_due_list_days_overdue/static/description/index.html b/account_due_list_days_overdue/static/description/index.html index 50310fd2000..634db60c12a 100644 --- a/account_due_list_days_overdue/static/description/index.html +++ b/account_due_list_days_overdue/static/description/index.html @@ -367,14 +367,14 @@

Payments Due list days overdue

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:17a1130f97bee19a9480ac6c000d5cd66313c2b68a808daf5a13b666af10d90d +!! source digest: sha256:d9e95e9d24aef0166913c2131daa3ea1d2babdd09dad20ff604fe4ba0019de88 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/account-payment Translate me on Weblate Try me on Runboat

-

This module adds to the ‘Payments and due list’ view the number of days that -an open item is overdue, and classifies the amount due in separate terms -columns (e.g. 1-30, 31-60, +61).

-

The terms columns to show in the list and the number of days for within each -term can be configured.

+

Beta License: AGPL-3 OCA/account-payment Translate me on Weblate Try me on Runboat

+

This module adds to the ‘Payments and due list’ view the number of days +that an open item is overdue, and classifies the amount due in separate +terms columns (e.g. 1-30, 31-60, +61).

+

The terms columns to show in the list and the number of days for within +each term can be configured.

Table of contents

    @@ -393,10 +393,10 @@

    Payments Due list days overdue

    Configuration

    • Go to ‘Invoicing / Configuration / Overdue Terms’, and add the terms, -providing the day from, date to and a name that will be displayed in the -Payments and due list as column.
    • -
    • It is recommended to always add a last term ‘+ X’ where the ‘to days’ value -is a very big value like 99999.
    • +providing the day from, date to and a name that will be displayed in +the Payments and due list as column. +
    • It is recommended to always add a last term ‘+ X’ where the ‘to days’ +value is a very big value like 99999.
@@ -411,7 +411,7 @@

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 -feedback.

+feedback.

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

@@ -446,7 +446,7 @@

Maintainers

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/account-payment project on GitHub.

+

This module is part of the OCA/account-payment project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.