| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-chile |
| GIT | |
| GIT | https://github.com/OCA/l10n-chile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-chile/tree/12.0/l10n_cl_toponym |
| VERSION | |
| VERSION | 1.3.1 |
| CATEGORY | |
| CATEGORY | Localization/Toponyms |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Konos, Blanco Martín & Asociados, CubicERP, Open source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Konos, Blanco Martín & Asociados, CubicERP, Open source Integrators |
| COMMITTERS | |
| COMMITTERS | Maxime Chambreuil, GitHub, Bhavesh Odedra, OCA Transbot, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-chile |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
code
Char
help='The city code.'
required=True
string='City Code'
No public methods.
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'
No public methods.
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'
No public methods.
region_id
Many2one → res.country.state.region
index=True
string='Region'
args: 'res.country.state.region'
name_get(self)
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'
No public methods.
state_id
Many2one → res.country.state
check_vat(self)
onchange_vat(self)