Payment Bacen PIX

payment_bacen_pix
REPOSITORY
REPOSITORYOCA/l10n-brazil
GIT
GIThttps://github.com/OCA/l10n-brazil.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-brazil/tree/14.0/payment_bacen_pix
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), KMEE
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), KMEE
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Magno Costa, oca-ci, André Marcos Ferreira
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-brazil
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:53
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_payment
    - payment
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
acquirer_form_bacenpix acquirer.form.bacenpix payment.acquirer xpath Inherits payment.acquirer_form
bacenpix_form bacenpix_form ir.ui.view qweb New
transaction_form_bacenpix acquirer.transaction.form.bacenpix payment.transaction xpath Inherits payment.transaction_form
Models touched (2)

New fields (9)
  • bacen_pix_basic Char
    groups='base.group_user' string='Basic'
  • bacen_pix_expiration Integer
    default=3600 groups='base.group_user' string='Bacen PIX Expiration'
  • bacen_pix_key Char
    groups='base.group_user' string='PIX Key'
  • bacenpix_api_key Char
    groups='base.group_user' string='API KEY'
  • bacenpix_client_id Char
    groups='base.group_user' args: 'Client ID'
  • bacenpix_client_secret Char
    groups='base.group_user' args: 'Client Secret'
  • bacenpix_dev_app_key Char
    groups='base.group_user' string='Dev APP KEY'
  • bacenpix_email_account Char
    groups='base.group_user' args: 'Email'
  • provider Selection
    ondelete={BACENPIX_PROVIDER: 'set default'} selection_add=[(BACENPIX_PROVIDER, 'Bacen (pix)')]
Public methods (3)
  • bacen_pix_get_token(self)
  • bacenpix_compute_fees(self, amount, currency_id, country_id)
    Compute fees :param float amount: the amount to pay :param integer country_id: an ID of a res.country, or None. This is the customer's country, to be compared to the acquirer company country. :return float fees: computed fees
  • bacenpix_get_form_action_url(self)

New fields (12)
  • bacenpix_amount Float
  • bacenpix_chave Char
  • bacenpix_criacao Char
  • bacenpix_currency Char
  • bacenpix_date_due Datetime
  • bacenpix_expiracao Char
  • bacenpix_location Char
  • bacenpix_qrcode Char
  • bacenpix_state Char
  • bacenpix_state_message Char
  • bacenpix_txid Char
  • textoImagemQRcode Char
Public methods (2)
  • action_bacenpix_check_transaction_status(self)
  • bacenpix_create(self, values)
    Complete the values used to create the payment.transaction