partner-contact/base_location_geonames_import/models/res_country.py

12 lines
337 B
Python
Raw Permalink Normal View History

2024-05-03 08:58:43 +00:00
# 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()