Exportación de fichero bancario Confirming para Banco Popular

l10n_es_payment_order_confirming_popular
REPOSITORY
REPOSITORYOCA/l10n-spain
GIT
GIThttps://github.com/OCA/l10n-spain.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-spain/tree/8.0/l10n_es_payment_order_confirming_popular
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYLocalisation/Accounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Soluntec
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Soluntec
COMMITTERS
COMMITTERSPedro M. Baeza, OCA Transbot, oca-travis
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-spain
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_direct_debit
    - account_banking_payment_export
OCA/l10n-spain:
    - l10n_es_payment_order
odoo/odoo:
    - account_payment
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
    - account_voucher
    - base_iban
    - document
    - knowledge
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_payment_mode_form Payment mode form (Confirming Popular) payment.mode group Inherits account_payment.view_payment_mode_form
Models touched (2)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • conf_popular_type Selection
    default='60' selection=[('60', 'Tranferencia'), ('61', 'Cheques'), ('70', 'Pagos confirmados')] string='Tipo de pago'
  • forma_pago Selection
    default='C' selection=[('C', 'Cheque'), ('T', 'Transferencia')] string='Forma de pago'
  • gastos Selection
    default='ordenante' selection=[('ordenante', 'Ordenante'), ('beneficiario', 'Beneficiario')] string='Gastos de la operación a cuenta de'
  • is_conf_popular Boolean
    compute='_compute_is_conf_popular'
Public methods (0)

No public methods.