Payment Term - Days end of month on the

account_payment_term
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/17.0/account_payment_term
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting/Accounting
LICENSE
LICENSEOEEL-1
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSOdoo Translation Bot, Odoo Online, Tiffany Chang (tic), Maximilien (malb), Dylan Kiss (dyki), yosa-odoo, aamo-odoo
WEBSITE
WEBSITEhttps://www.odoo.com/app/invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 01:02:06
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
Bridge module to add a new payment term - Days end of month on the

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_payment_term_form account.payment.term.form account.payment.term xpath Inherits account.view_payment_term_form
Models touched (1)

New fields (3)
  • days_next_month Char
    default='10' readonly=False size=2 store=True string='Days on the next month'
  • delay_type Selection
    ondelete={'days_end_of_month_on_the': 'set default'} selection_add=[('days_end_of_month_on_the', 'Days end of month on the')]
  • display_days_next_month Boolean
    compute='_compute_display_days_next_month'
Public methods (0)

No public methods.