Odoo18-Base/addons/l10n_pe/models/res_bank.py
2025-01-06 10:57:38 +07:00

10 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.')