Warning on Overdue Invoices

account_invoice_overdue_warn
REPOSITORY
REPOSITORYOCA/credit-control
GIT
GIThttps://github.com/OCA/credit-control.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/credit-control/tree/19.0/account_invoice_overdue_warn
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Christopher Rogos
WEBSITE
WEBSITEhttps://github.com/OCA/credit-control
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a warning banner on the customer form view when it has
overdue invoices. The banner informs the user about the number of
overdue invoices and the total overdue amount. It contains a link to see
the corresponding overdue invoices.

![](static/description/partner_overdue_invoice_warn.png)

If you also install the module *account_invoice_overdue_warn_sale*, you
will have the same banner on the form view of quotations and sale
orders.

Implementation details:

- in a multi-company configuration, the overdue invoices taken into
  account are the invoices of the company of the partner, or, if the
  partner is not attached to a company, in the current company.
- the overdue amount is in the company currency.
- the overdue banner is displayed on the parent partner and also all its
  contacts. The overdue invoices taken into account are all the overdue
  invoices of the parent partners and all its contacts.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form_overdue_warn res.partner div Inherits base.view_partner_form
Models touched (1)

New fields (2)
  • overdue_invoice_amount Monetary
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True help='Overdue invoice total residual amount in company currency.' string='Overdue Invoices Residual'
  • overdue_invoice_count Integer
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True string='# of Overdue Invoices'
Public methods (1)
  • jump_to_overdue_invoices(self)
REPOSITORY
REPOSITORYOCA/credit-control
GIT
GIThttps://github.com/OCA/credit-control.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/credit-control/tree/18.0/account_invoice_overdue_warn
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/credit-control
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a warning banner on the customer form view when it has
overdue invoices. The banner informs the user about the number of
overdue invoices and the total overdue amount. It contains a link to see
the corresponding overdue invoices.

![](static/description/partner_overdue_invoice_warn.png)

If you also install the module *account_invoice_overdue_warn_sale*, you
will have the same banner on the form view of quotations and sale
orders.

Implementation details:

- in a multi-company configuration, the overdue invoices taken into
  account are the invoices of the company of the partner, or, if the
  partner is not attached to a company, in the current company.
- the overdue amount is in the company currency.
- the overdue banner is displayed on the parent partner and also all its
  contacts. The overdue invoices taken into account are all the overdue
  invoices of the parent partners and all its contacts.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form_overdue_warn res.partner div Inherits base.view_partner_form
Models touched (1)

New fields (2)
  • overdue_invoice_amount Monetary
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True help='Overdue invoice total residual amount in company currency.' string='Overdue Invoices Residual'
  • overdue_invoice_count Integer
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True string='# of Overdue Invoices'
Public methods (1)
  • jump_to_overdue_invoices(self)
REPOSITORY
REPOSITORYOCA/credit-control
GIT
GIThttps://github.com/OCA/credit-control.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/credit-control/tree/17.0/account_invoice_overdue_warn
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Roger
WEBSITE
WEBSITEhttps://github.com/OCA/credit-control
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module adds a warning banner on the customer form view when it has
overdue invoices. The banner informs the user about the number of
overdue invoices and the total overdue amount. It contains a link to see
the corresponding overdue invoices.

![](static/description/partner_overdue_invoice_warn.png)

If you also install the module *account_invoice_overdue_warn_sale*, you
will have the same banner on the form view of quotations and sale
orders.

Implementation details:

- in a multi-company configuration, the overdue invoices taken into
  account are the invoices of the company of the partner, or, if the
  partner is not attached to a company, in the current company.
- the overdue amount is in the company currency.
- the overdue banner is displayed on the parent partner and also all its
  contacts. The overdue invoices taken into account are all the overdue
  invoices of the parent partners and all its contacts.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form_overdue_warn res.partner div Inherits base.view_partner_form
Models touched (1)

New fields (2)
  • overdue_invoice_amount Monetary
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True help='Overdue invoice total residual amount in company currency.' string='Overdue Invoices Residual'
  • overdue_invoice_count Integer
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True string='# of Overdue Invoices'
Public methods (1)
  • jump_to_overdue_invoices(self)
REPOSITORY
REPOSITORYOCA/credit-control
GIT
GIThttps://github.com/OCA/credit-control.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/credit-control/tree/16.0/account_invoice_overdue_warn
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSWeblate, valen, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/credit-control
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_partner_form_overdue_warn res.partner div Inherits base.view_partner_form
Models touched (1)

New fields (2)
  • overdue_invoice_amount Monetary
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True help='Overdue invoice total residual amount in company currency.' string='Overdue Invoices Residual'
  • overdue_invoice_count Integer
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True string='# of Overdue Invoices'
Public methods (1)
  • jump_to_overdue_invoices(self)
REPOSITORY
REPOSITORYOCA/credit-control
GIT
GIThttps://github.com/OCA/credit-control.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/credit-control/tree/14.0/account_invoice_overdue_warn
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/credit-control
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:10
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
partner_view_buttons res.partner div Inherits account.partner_view_buttons
Models touched (1)

New fields (2)
  • overdue_invoice_amount Monetary
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True help='Overdue invoice total residual amount in company currency.' string='Overdue Invoices Residual'
  • overdue_invoice_count Integer
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True string='# of Overdue Invoices'
Public methods (1)
  • jump_to_overdue_invoices(self)
REPOSITORY
REPOSITORYOCA/credit-control
GIT
GIThttps://github.com/OCA/credit-control.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/credit-control/tree/13.0/account_invoice_overdue_warn
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/credit-control
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
partner_view_buttons res.partner div Inherits account.partner_view_buttons
Models touched (1)

New fields (2)
  • overdue_invoice_amount Monetary
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True help='Overdue invoice total residual amount in company currency.' string='Overdue Invoices Residual'
  • overdue_invoice_count Integer
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True string='# of Overdue Invoices'
Public methods (1)
  • jump_to_overdue_invoices(self)
REPOSITORY
REPOSITORYOCA/credit-control
GIT
GIThttps://github.com/OCA/credit-control.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/credit-control/tree/12.0/account_invoice_overdue_warn
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/credit-control
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
partner_view_buttons res.partner xpath Inherits account.partner_view_buttons
Models touched (1)

New fields (2)
  • overdue_invoice_amount Monetary
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True help='Overdue invoice total residual amount in company currency.' string='Overdue Invoices Residual'
  • overdue_invoice_count Integer
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True string='# of Overdue Invoices'
Public methods (1)
  • jump_to_overdue_invoices(self)
REPOSITORY
REPOSITORYOCA/credit-control
GIT
GIThttps://github.com/OCA/credit-control.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/credit-control/tree/10.0/account_invoice_overdue_warn
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYSales
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Akretion
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Akretion
COMMITTERS
COMMITTERSAlexis de Lattre, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/credit-control
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
partner_view_buttons res.partner xpath Inherits account.partner_view_buttons
Models touched (1)

New fields (2)
  • overdue_invoice_amount Monetary
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True help='Overdue invoice total residual amount in company currency.' string='Overdue Invoices Residual'
  • overdue_invoice_count Integer
    compute='_compute_overdue_invoice_count_amount' compute_sudo=True string='# of Overdue Invoices'
Public methods (1)
  • jump_to_overdue_invoices(self)