Account Invoice Discount Date

account_invoice_discount_date
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/18.0/account_invoice_discount_date
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Eduardo de Miguel
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
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 extends the functionality of invoices to show early discount dates
on invoices or bills and to allow you to filter which invoices must be paid 
before the early discount expires.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_account_invoice_filter account.invoice.select account.move xpath Inherits account.view_account_invoice_filter
view_account_move_line_filter account.move.line.search account.move.line xpath Inherits account.view_account_move_line_filter
view_invoice_tree account.invoice.tree account.move xpath Inherits account.view_invoice_tree
view_move_form account.move.form account.move xpath Inherits account.view_move_form
Models touched (1)

New fields (1)
  • discount_date Date
    compute='_compute_discount_date' help='Last date at which the discounted amount must be paid in order for the Early Payment Discount to be granted' inverse='_inverse_discount_date' store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/16.0/account_invoice_discount_date
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Eduardo De Miguel
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:11:51
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
This module extends the functionality of invoices to show early discount dates
on invoices or bills and to allow you to filter which invoices must be paid 
before the early discount expires.

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
view_account_invoice_filter account.invoice.select account.move xpath Inherits account.view_account_invoice_filter
view_account_move_line_filter account.move.line.search account.move.line xpath Inherits account.view_account_move_line_filter
view_invoice_tree account.invoice.tree account.move xpath Inherits account.view_invoice_tree
view_move_form account.move.form account.move xpath Inherits account.view_move_form
Models touched (1)

New fields (1)
  • discount_date Date
    compute='_compute_discount_date' help='Last date at which the discounted amount must be paid in order for the Early Payment Discount to be granted' inverse='_inverse_discount_date' store=True
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/15.0/account_invoice_discount_date
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Moduon
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Moduon
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Eduardo De Miguel
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:00:31
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
This module extends the functionality of invoices to support early discount dates
and to allow you to filter which invoices must be paid before the early discount expires.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_account_invoice_filter account.invoice.select account.move xpath Inherits account.view_account_invoice_filter
view_account_move_line_filter account.move.line.search account.move.line xpath Inherits account.view_account_move_line_filter
view_invoice_tree account.invoice.tree account.move xpath Inherits account.view_invoice_tree
view_move_form account.move.form account.move xpath Inherits account.view_move_form
view_move_line_tree_grouped account.move.line.tree.grouped account.move.line xpath Inherits account.view_move_line_tree_grouped
Models touched (2)

New fields (1)
  • discount_date Date
    compute='_compute_discount_date' help='Last date at which the discounted amount must be paid in order for the Early Payment Discount to be granted' inverse='_inverse_discount_date' store=True
Public methods (0)

No public methods.

New fields (1)
  • discount_date Date
    help='Last date at which the discounted amount must be paid in order for the Early Payment Discount to be granted'
Public methods (0)

No public methods.