Files
pms/pms_l10n_es/models/res_country_state.py

7 lines
158 B
Python

from odoo import fields, models
class ResCountryState(models.Model):
_inherit = "res.country.state"
ine_code = fields.Char(string="INE State Code")