Account Early Payment Discount

account_early_payment_discount
REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/12.0/account_early_payment_discount
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSAlexandre Fayolle, Patrick Tombez, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
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 (2)
XML IDNameModelTypeStatus
view_payment_term_form account_early_payment_discount.payment.term.form account.payment.term field Inherits account.view_payment_term_form
view_payment_term_tree account_early_payment_discount.payment.term.tree account.payment.term field Inherits account.view_payment_term_tree
Models touched (1)

New fields (5)
  • company_currency Many2one → res.currency
    comodel_name='res.currency' compute='_compute_company_currency' required=True
  • early_payment_discount Boolean
    string='Early Payment Discount'
  • epd_discount Float
    string='Discount'
  • epd_nb_days Integer
    string='Number of day(s)'
  • epd_tolerance Float
    string='Tolerance'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/11.0/account_early_payment_discount
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSAlexandre Saunier, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - analytic
    - web_planner
    - portal
    - http_routing
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_payment_term_form account_early_payment_discount.payment.term.form account.payment.term field Inherits account.view_payment_term_form
view_payment_term_tree account_early_payment_discount.payment.term.tree account.payment.term field Inherits account.view_payment_term_tree
Models touched (1)

New fields (5)
  • company_currency Many2one → res.currency
    comodel_name='res.currency' compute='_compute_company_currency' required=True
  • early_payment_discount Boolean
    default=False string='Early Payment Discount'
  • epd_discount Float
    string='Discount'
  • epd_nb_days Integer
    string='Number of day(s)'
  • epd_tolerance Float
    string='Tolerance'
Public methods (0)

No public methods.