oca-ocb-l10n_asia-pacific/odoo-bringout-oca-ocb-l10n_in/l10n_in/models/res_country_state.py
Ernad Husremovic 7f43bbbfcc 19.0 vanilla
2026-03-09 09:31:21 +01:00

7 lines
195 B
Python

from odoo import fields, models
class ResCountryState(models.Model):
_inherit = 'res.country.state'
l10n_in_tin = fields.Char("TIN Number", size=2, help="TIN number-first two digits")