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

10 lines
180 B
Python

# coding: utf-8
from odoo import fields, models
class ResCountryState(models.Model):
_inherit = 'res.country.state'
l10n_co_edi_code = fields.Integer("EDI State Code")