Odoo Brazil Account Banking Payment Infrastructure

l10n_br_account_payment_mode
REPOSITORY
REPOSITORYOCA/l10n-brazil
GIT
GIThttps://github.com/OCA/l10n-brazil.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-brazil/tree/8.0/l10n_br_account_payment_mode
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), KMEE
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), KMEE
COMMITTERS
COMMITTERSGitHub, Magno, OCA-git-bot
WEBSITE
WEBSITEhttps://odoo-community.org/
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/account-fiscal-rule:
    - account_fiscal_position_rule
    - account_product_fiscal_classification
OCA/account-payment:
    - account_due_list
    - account_due_list_payment_mode
OCA/bank-payment:
    - account_banking_payment_export
    - account_payment_partner
OCA/l10n-brazil:
    - l10n_br_data_base
    - l10n_br_base
    - l10n_br_account_banking_payment
    - l10n_br_account
    - l10n_br_account_product
    - l10n_br_data_account
OCA/server-tools:
    - web_context_tunnel
odoo/odoo:
    - base
    - base_setup
    - web_kanban
    - web
    - l10n_br
    - account
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
    - account_chart
    - account_cancel
    - account_payment
    - account_voucher
    - base_iban
    - document
    - knowledge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES num2words
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
l10n_br_account_payment_mode_invoice_form l10n_br_account_payment_mode.invoice.form account.invoice field Inherits l10n_br_account_product.l10n_br_account_product_nfe_form
payment_mode_cnab240_type_sale_payment_form payment.mode.type_sale_payment.form.cnab240 payment.mode.type data Inherits account_banking_payment_export.view_payment_mode_type_form
view_payment_mode_form_inherit_l10n_br_payment payment.mode.l10n_br_payment.form.inherit payment.mode field Inherits account_banking_payment_export.view_payment_mode_form_inherit
Models touched (4)

New fields (5)
  • instrucoes Text
    args: 'Instruções de cobrança'
  • internal_sequence_id Many2one → ir.sequence
    args: 'ir.sequence', 'Sequência'
  • invoice_print Boolean
    args: 'Gerar relatorio na conclusão da fatura?'
  • type_payment Selection
    default='99' required=True string='Tipo SPED' args: [('00', '00 - Duplicata'), ('99', '99 - Outros')]
  • type_sale_payment Selection
    default='99' required=True string='Tipo SPED' args: [('00', '00 - Duplicata'), ('01', '01 - Cheque'), ('02', '02 - Promissória'), ('03', '03 - Recibo'), ('99', '99 - Outros')]
Public methods (0)

No public methods.

New fields (1)
  • payment_order_type Selection
    selection_add=[('cobranca', 'Cobrança')]
Public methods (0)

No public methods.

New fields (1)
  • payment_order_type Selection
    selection_add=[('cobranca', 'Cobrança')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (1)
  • check_bra_number(self)
    @api.multi@api.constrains('bra_number')