Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0a8842b
account_due_list_days_overdue - refactorization (#94)
JordiBForgeFlow Oct 26, 2016
fb8dd9c
test cases adjusted to v9
JordiBForgeFlow Dec 29, 2016
28f3058
[MIG] account_due_list_days_overdue: Migration to 10.0
MiquelRForgeFlow Jun 16, 2017
82585ce
[MIG] account_due_list_days_overdue: Migration to 11.0
MiquelRForgeFlow Aug 27, 2018
1dfe822
Translated using Weblate (German)
rschnapka Oct 11, 2018
a2685b2
[MIG] account_due_list_days_overdue: Migration to 12.0
HviorForgeFlow May 20, 2019
9a96d56
Translated using Weblate (Portuguese (Brazil))
Aug 26, 2019
537d65c
[IMP] account_due_list_days_overdue: black, isort, prettier
ValentinVinagre Apr 28, 2020
0417de2
[MIG] account_due_list_days_overdue: Migration to 13.0
ValentinVinagre Apr 28, 2020
088f55b
Translated using Weblate (Spanish (Argentina))
ibuioli Jul 13, 2020
3213bd6
[UPD] Eficent -> ForgeFlow
MiquelRForgeFlow Sep 30, 2020
28b2542
Translated using Weblate (Croatian)
MatijaKrolo Oct 11, 2021
4fc99eb
[FIX] account_due_list_days_overdue:
victoralmau Dec 17, 2021
cddf4df
[IMP] account_due_list_days_overdue: black, isort, prettier
victoralmau May 16, 2022
3d040bf
[MIG] account_due_list_days_overdue: Migration to 14.0
victoralmau May 16, 2022
bf89747
[UPD] Update account_due_list_days_overdue.pot
May 18, 2022
cc3e5c6
[UPD] README.rst
OCA-git-bot May 18, 2022
9de310c
Update translation files
oca-transbot May 18, 2022
3aa6743
Translated using Weblate (Portuguese (Brazil))
douglascstd Sep 22, 2022
92771c7
Translated using Weblate (Italian)
francesco-ooops Jan 2, 2023
6b920b8
Translated using Weblate (Italian)
francesco-ooops Mar 7, 2023
e10f463
Translated using Weblate (Slovenian)
sysadminmatmoz Mar 18, 2023
089daba
Translated using Weblate (Italian)
mymage Mar 23, 2023
65da14b
Translated using Weblate (Italian)
mymage Apr 10, 2023
e05ef5f
Translated using Weblate (Slovenian)
sysadminmatmoz Apr 11, 2023
52a7ff6
[16.0][MIG] account_due_list_days_overdue
ChrisOForgeFlow Jun 23, 2023
59beb2b
[UPD] Update account_due_list_days_overdue.pot
Nov 8, 2024
fa13771
[BOT] post-merge updates
OCA-git-bot Nov 8, 2024
949cc8b
Update translation files
weblate Nov 8, 2024
028dccd
Translated using Weblate (Italian)
mymage Nov 13, 2024
2ff753d
Translated using Weblate (Portuguese (Brazil))
SottomaiorMacedoTec Nov 13, 2024
a532559
Translated using Weblate (Turkish)
bo-eska Aug 20, 2025
011657a
[MIG] account_due_list_days_overdue: Migration to 18.0
Jan 20, 2026
2752233
Update account_due_list_days_overdue/models/account_move_line.py
flachica Apr 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 109 additions & 0 deletions account_due_list_days_overdue/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
==============================
Payments Due list days overdue
==============================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
: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/18.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-18-0/account-payment-18-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=18.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).

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

**Table of contents**

.. contents::
:local:

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.

Usage
=====

To use this module, you need to go to:

- Invoicing / Accounting / Payments and due list

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-payment/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 <https://github.com/OCA/account-payment/issues/new?body=module:%20account_due_list_days_overdue%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
-------

* ForgeFlow

Contributors
------------

- Jordi Ballester Alomar <jordi.ballester@forgeflow.com>
- Holger Brunn <hbrunn@therp.nl>
- `Sygel <https://www.sygel.es>`__:

- Valentin Vinagre <valentin.vinagre@sygel.es>

- `Tecnativa <https://www.tecnativa.com>`__:

- Víctor Martínez

- `SDi <https://www.sdi.es>`__:

- Fernando La Chica

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

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 <https://github.com/OCA/account-payment/tree/18.0/account_due_list_days_overdue>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
6 changes: 6 additions & 0 deletions account_due_list_days_overdue/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Copyright 2016 ForgeFlow S.L.
# (<http://www.forgeflow.com>).
# Copyright 2016 Therp BV (<http://therp.nl>).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

from . import models
21 changes: 21 additions & 0 deletions account_due_list_days_overdue/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright 2016 ForgeFlow S.L.
# (<http://www.forgeflow.com>).
# Copyright 2016 Therp BV (<http://therp.nl>).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).

{
"name": "Payments Due list days overdue",
"version": "18.0.1.0.0",
"category": "Accounting",
"author": "Odoo Community Association (OCA), ForgeFlow",
"website": "https://github.com/OCA/account-payment",
"license": "AGPL-3",
"depends": ["account_due_list"],
"data": [
"security/ir.model.access.csv",
"views/account_overdue_term_view.xml",
"views/account_move_line_view.xml",
],
"demo": ["demo/account_overdue_term_demo.xml"],
"installable": True,
}
29 changes: 29 additions & 0 deletions account_due_list_days_overdue/demo/account_overdue_term_demo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
Copyright 2016 ForgeFlow S.L.
(<http://www.forgeflow.com>).
Copyright 2016 Therp BV (<http://therp.nl>).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
-->
<odoo>
<record id="overdue_term_1" model="account.overdue.term">
<field name="name">1-30</field>
<field name="from_day">1</field>
<field name="to_day">30</field>
</record>
<record id="overdue_term_2" model="account.overdue.term">
<field name="name">31-60</field>
<field name="from_day">31</field>
<field name="to_day">60</field>
</record>
<record id="overdue_term_3" model="account.overdue.term">
<field name="name">61-90</field>
<field name="from_day">61</field>
<field name="to_day">90</field>
</record>
<record id="overdue_term_4" model="account.overdue.term">
<field name="name">+91</field>
<field name="from_day">91</field>
<field name="to_day">9999999</field>
</record>
</odoo>
103 changes: 103 additions & 0 deletions account_due_list_days_overdue/i18n/account_due_list_days_overdue.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_due_list_days_overdue
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: account_due_list_days_overdue
#: model:ir.model,name:account_due_list_days_overdue.model_account_overdue_term
msgid "Account Overdue Term"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__create_uid
msgid "Created by"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__create_date
msgid "Created on"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_move_line__days_overdue
msgid "Days overdue"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__display_name
msgid "Display Name"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__from_day
msgid "From day"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__id
msgid "ID"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model,name:account_due_list_days_overdue.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__write_uid
msgid "Last Updated by"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__write_date
msgid "Last Updated on"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__name
msgid "Name"
msgstr ""

#. module: account_due_list_days_overdue
#: model_terms:ir.ui.view,arch_db:account_due_list_days_overdue.view_account_overdue_term_form
#: model_terms:ir.ui.view,arch_db:account_due_list_days_overdue.view_account_overdue_term_search
msgid "Overdue Term"
msgstr ""

#. module: account_due_list_days_overdue
#. odoo-python
#: code:addons/account_due_list_days_overdue/models/account_overdue_term.py:0
#, python-format
msgid "Overdue Term %(rec_name)s overlaps with %(overlap_name)s"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.actions.act_window,name:account_due_list_days_overdue.action_account_overdue_term_form
#: model:ir.ui.menu,name:account_due_list_days_overdue.menu_action_account_overdue_term_form
msgid "Overdue Terms"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__tech_name
msgid "Technical name"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__to_day
msgid "To day"
msgstr ""
108 changes: 108 additions & 0 deletions account_due_list_days_overdue/i18n/am.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_due_list_days_overdue
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-11-02 06:22+0000\n"
"PO-Revision-Date: 2016-11-02 06:22+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#. module: account_due_list_days_overdue
#: model:ir.model,name:account_due_list_days_overdue.model_account_overdue_term
msgid "Account Overdue Term"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__create_uid
msgid "Created by"
msgstr "Creado por"

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__create_date
msgid "Created on"
msgstr "Creado en"

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_move_line__days_overdue
msgid "Days overdue"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__display_name
msgid "Display Name"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__from_day
msgid "From day"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__id
msgid "ID"
msgstr "ID"

#. module: account_due_list_days_overdue
#: model:ir.model,name:account_due_list_days_overdue.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__write_date
msgid "Last Updated on"
msgstr "Última actualización en"

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__name
msgid "Name"
msgstr ""

#. module: account_due_list_days_overdue
#: model_terms:ir.ui.view,arch_db:account_due_list_days_overdue.view_account_overdue_term_form
#: model_terms:ir.ui.view,arch_db:account_due_list_days_overdue.view_account_overdue_term_search
msgid "Overdue Term"
msgstr ""

#. module: account_due_list_days_overdue
#. odoo-python
#: code:addons/account_due_list_days_overdue/models/account_overdue_term.py:0
#, python-format
msgid "Overdue Term %(rec_name)s overlaps with %(overlap_name)s"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.actions.act_window,name:account_due_list_days_overdue.action_account_overdue_term_form
#: model:ir.ui.menu,name:account_due_list_days_overdue.menu_action_account_overdue_term_form
msgid "Overdue Terms"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__tech_name
msgid "Technical name"
msgstr ""

#. module: account_due_list_days_overdue
#: model:ir.model.fields,field_description:account_due_list_days_overdue.field_account_overdue_term__to_day
msgid "To day"
msgstr ""
Loading
Loading