mirror of
https://github.com/bringout/oca-ocb-l10n_americas.git
synced 2026-04-27 13:32:06 +02:00
19.0 vanilla
This commit is contained in:
parent
89c6e82fe7
commit
1b82c20a58
572 changed files with 43570 additions and 53303 deletions
9
odoo-bringout-oca-ocb-l10n_pe/l10n_pe/models/res_bank.py
Normal file
9
odoo-bringout-oca-ocb-l10n_pe/l10n_pe/models/res_bank.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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.')
|
||||
Loading…
Add table
Add a link
Reference in a new issue