TIP: You can type at any time to perform a new search.
Brazilian Account Due List
l10n_br_account_due_list · OCA/l10n-brazil
- Repository
- OCA/l10n-brazil · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Localisation
- Folder size
- 0.95 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- https://github.com/OCA/l10n-brazil
- Last tracking update
- 2026-08-07 09:06:24
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Raphaël Valyi, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module adds a due_line_ids field to list the payable or receivable account move lines in the invoice form. It also adds a payment_move_line_ids field to list the payments related to a given invoice.
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
invoice_form |
l10n_br_account_due_list.invoice.form | account.move | form | Inherits account.view_move_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (2)
-
due_line_idsOne2many → account.move.linecomodel_name='account.move.line'domain=[('display_type', '=', 'payment_term')]inverse_name='move_id'readonly=Truestring='Installments' -
payment_move_line_idsMany2many → account.move.linecomodel_name='account.move.line'compute='_compute_payment_lines'help='Payment journal items reconciled with this invoice.'readonly=Truestring='Payment Lines'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…