1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_mx_edi/models/res_bank.py
2024-12-10 09:04:09 +07:00

13 lines
312 B
Python

# -*- coding: utf-8 -*-
from odoo import fields, models
class ResBank(models.Model):
_inherit = "res.bank"
l10n_mx_edi_vat = fields.Char(
string="VAT",
help="Indicate the VAT of this institution, the value could be used in the payment complement in Mexico "
"documents")