Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Accounting
Folder size
0.14 MB
License
OEEL-1
Application
No
Auto-installable
Yes
Website
https://www.odoo.com/app/invoicing
Last tracking update
2026-08-08 22:19:33
Authors
Maintainers
None
Committers
Odoo Translation Bot, Odoo Online, Tiffany Chang (tic), Maximilien (malb), Dylan Kiss (dyki), yosa-odoo, aamo-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits account.view_payment_term_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.