partner-contact/base_location_geonames_import/models/res_country.py
2024-05-03 10:58:43 +02:00

12 lines
337 B
Python

# Copyright 2017 Franco Tampieri, Freelancer http://franco.tampieri.info
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from flectra import fields, models
class ResCountry(models.Model):
_inherit = "res.country"
geonames_state_name_column = fields.Integer()
geonames_state_code_column = fields.Integer()