Repository
OCA/account-payment · module folder · Try on Runboat
Module version
1.0.1
Category
Accounting & Finance
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-payment
Last tracking update
2026-08-07 07:31:56
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Alexandre Fayolle, Patrick Tombez, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_payment_term_form account_early_payment_discount.payment.term.form account.payment.term form Inherits account.view_payment_term_form
view_payment_term_tree account_early_payment_discount.payment.term.tree account.payment.term tree Inherits account.view_payment_term_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…