Repository
OCA/l10n-spain · module folder · Try on Runboat
Module version
1.0.0
Category
Localisation/Accounting
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/l10n-spain
Last tracking update
2026-08-07 07:03:02
Authors
Odoo Community Association (OCA), Soluntec
Maintainers
Odoo Community Association (OCA), Soluntec
Committers
Pedro M. Baeza, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_payment_mode_form Payment mode form (Confirming Popular) payment.mode form Inherits account_payment.view_payment_mode_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.