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

12 lines
270 B
Python

# coding: utf-8
from odoo import fields, models
class City(models.Model):
_inherit = 'res.city'
l10n_mx_edi_code = fields.Char(
string="Code MX",
help="Code to use in the CFDI with external trade complement. It is based on the SAT catalog.")