mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-27 03:52:05 +02:00
9 lines
229 B
Python
9 lines
229 B
Python
from odoo import fields, models
|
|
|
|
|
|
class ResBank(models.Model):
|
|
_inherit = 'res.bank'
|
|
|
|
l10n_pe_edi_code = fields.Char(
|
|
'Code (PE)',
|
|
help='Bank code assigned by the SUNAT to identify banking institutions.')
|