Toponyms of Chile

l10n_cl_toponym
REPOSITORY
REPOSITORYOCA/l10n-chile
GIT
GIThttps://github.com/OCA/l10n-chile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-chile/tree/12.0/l10n_cl_toponym
VERSION
VERSION 1.3.1
CATEGORY
CATEGORYLocalization/Toponyms
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Konos, Blanco Martín & Asociados, CubicERP, Open source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Konos, Blanco Martín & Asociados, CubicERP, Open source Integrators
COMMITTERS
COMMITTERSMaxime Chambreuil, GitHub, Bhavesh Odedra, OCA Transbot, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-chile
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_address_city
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
res_city_tree res.city.tree res.city field Inherits base_address_city.view_city_tree
view_company_activity_inherit_form res.company.activities.form.inherit res.company field Inherits base.view_company_form
view_country_state_form_inherit res.country.state.form.inherit res.country.state field Inherits base.view_country_state_form
view_partner_activity_inherit_form res.partner.activities.form.inherit res.partner field Inherits base.view_partner_form
view_partner_address_form_states_city_inherit res.partner.address.form.states.city.inherit res.partner field Inherits base.view_partner_address_form
view_region_state_tree res.country.state.city.tree res.country.state.region tree New
view_res_country_form res.country.form res.country field Inherits base.view_country_form
view_res_country_tree res.country.tree res.country field Inherits base.view_country_tree
Models touched (6)

New fields (1)
  • code Char
    help='The city code.' required=True string='City Code'
Public methods (0)

No public methods.

New fields (2)
  • city_id Many2one
    readonly=False related='partner_id.city_id' string='City of Address'
  • state_id Many2one
    readonly=False related='partner_id.state_id' string='State'
Public methods (0)

No public methods.

New fields (3)
  • vat_individual Char
    size=11 args: 'Individual VAT'
  • vat_legal Char
    size=11 args: 'Legal Person VAT'
  • vat_other Char
    size=11 args: 'Other VAT'
Public methods (0)

No public methods.

New fields (1)
  • region_id Many2one → res.country.state.region
    index=True string='Region' args: 'res.country.state.region'
Public methods (1)
  • name_get(self)
    @api.multi

New fields (3)
  • child_ids One2many → res.country.state
    string='Child Regions' args: 'res.country.state', 'region_id'
  • code Char
    help='The region code.' required=True string='Region Code'
  • name Char
    help='The state code.' required=True string='Region Name'
Public methods (0)

No public methods.

New fields (1)
  • state_id Many2one → res.country.state
    args: 'res.country.state', 'State'
Public methods (2)
  • check_vat(self)
    @api.multi@api.constrains('vat')
  • onchange_vat(self)
    @api.onchange('vat')