TIP: You can type at any time to perform a new search.
Account Invoice Discount Date
account_invoice_discount_date · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.2
- Category
- Accounting
- Folder size
- 0.04 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-invoicing
- Last tracking update
- 2026-08-07 08:42:47
- Authors
- Odoo Community Association (OCA), Moduon
- Maintainers
- Odoo Community Association (OCA), Moduon
- Committers
- Weblate, Eduardo de Miguel, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_invoice_filter |
account.invoice.select | account.move | Inherits account.view_account_invoice_filter | |
view_account_move_line_filter |
account.move.line.search | account.move.line | search | Inherits account.view_account_move_line_filter |
view_invoice_tree |
account.invoice.tree | account.move | tree | Inherits account.view_invoice_tree |
view_move_form |
account.move.form | account.move | form | Inherits account.view_move_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (1)
-
discount_dateDatecompute='_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
No public methods.
Loading…
Loading…