Repository
OCA/l10n-brazil · module folder · Try on Runboat
Module version
Category
Localisation
Folder size
0.11 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/l10n-brazil
Last tracking update
2026-08-14 23:04:47
Authors
Akretion, Odoo Community Association (OCA), Engenere
Maintainers
Akretion, Odoo Community Association (OCA), Engenere
Committers
Raphaël Valyi, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
brazilfiscalreport, erpbrasil.assinatura, erpbrasil.base, erpbrasil.edoc, erpbrasil.transmissao, nfelib, email-validator, num2words, phonenumbers
System dependencies
None
Required by
None
Description
**Português** Este módulo integra os módulos l10n_br_account e
l10n_br_nfe.

- Adicionando as informações de Pagamento e Duplicatas da Fatura, TAGs
  cobr, pag e dup da NF-e/NFC-e.

**English** This module integrates the l10n_br_account and l10n_br_nfe
modules.

- Adding Payment Information and Invoice Duplicates, TAGs cobr, pag and
  dup of NF-e/NFC-e.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
l10n_br_account_nfe_account_payment_mode_form l10n_br_account.nfe.account.payment.mode.form account.payment.mode form Inherits account_payment_mode.account_payment_mode_form
l10n_br_account_nfe_move_reversal_form account.move.reversal.form account.move.reversal form Inherits account.view_account_move_reversal
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (6)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • payment_mode_id Many2one → account.payment.mode
    comodel_name='account.payment.mode' string='Payment Mode'
Public methods (2)
  • default_get(self, fields_list)
  • reverse_moves(self, is_modify=False)

New fields (1)
  • fiscal_payment_mode Selection
    help='Obrigatório o preenchimento do Grupo Informações de Pagamento para NF-e e NFC-e. Para as notas com finalidade de Ajuste ou Devolução o campo Forma de Pagamento deve ser preenchido com 90 - Sem Pagamento.' selection=FISCAL_PAYMENT_MODE string='Meio de Pagamento da NF'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (2)
  • nfe40_detPag One2many → nfe.40.detpag
    comodel_name='nfe.40.detpag' compute='_compute_nfe40_detpag' readonly=False store=True
  • nfe40_dup One2many → nfe.40.dup
    comodel_name='nfe.40.dup' compute='_compute_nfe40_dup' copy=False readonly=False store=True
Public methods (0)

No public methods.

New fields (1)
  • nfe40_indPag Selection
    help='Indicador da Forma de Pagamento' selection=[('0', 'Pagamento à Vista'), ('1', 'Pagamento à Prazo')] string='Forma de Pagamento'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
56 days ago
Last activity
9 days ago
Repository
OCA/l10n-brazil
Pull request
[18.0][MIG] l10n_br_account_nfe (#4630)