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 IDNameModelTypeStatus
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_ids One2many → account.move.line
    comodel_name='account.move.line' domain=[('display_type', '=', 'payment_term')] inverse_name='move_id' readonly=True string='Installments'
  • payment_move_line_ids Many2many → account.move.line
    comodel_name='account.move.line' compute='_compute_payment_lines' help='Payment journal items reconciled with this invoice.' readonly=True string='Payment Lines'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…