TIP: You can type at any time to perform a new search.
Toponyms of Chile
l10n_cl_toponym · OCA/l10n-chile
- Repository
- OCA/l10n-chile · module folder · Try on Runboat
- Module version
- 1.3.1
- Category
- Localization/Toponyms
- Folder size
- 0.42 MB
- License
- AGPL-3
- Application
- Yes
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-chile
- Last tracking update
- 2026-08-07 07:32:03
- Authors
- Odoo Community Association (OCA), Blanco Martín & Asociados, Konos, CubicERP, Open source Integrators
- Maintainers
- Odoo Community Association (OCA), Blanco Martín & Asociados, Konos, CubicERP, Open source Integrators
- Committers
- Maxime Chambreuil, GitHub, Bhavesh Odedra, OCA Transbot, OCA-git-bot, oca-travis
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- l10n_cl_etd
- Description
Code Analysis ⓘ
Views touched (8)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_city_tree |
res.city.tree | res.city | tree | Inherits base_address_city.view_city_tree |
view_company_activity_inherit_form |
res.company.activities.form.inherit | res.company | form | Inherits base.view_company_form |
view_country_state_form_inherit |
res.country.state.form.inherit | res.country.state | form | Inherits base.view_country_state_form |
view_partner_activity_inherit_form |
res.partner.activities.form.inherit | res.partner | form | Inherits base.view_partner_form |
view_partner_address_form_states_city_inherit |
res.partner.address.form.states.city.inherit | res.partner | form | 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 | form | Inherits base.view_country_form |
view_res_country_tree |
res.country.tree | res.country | tree | Inherits base.view_country_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (6)
New fields (1)
-
codeCharhelp='The city code.'required=Truestring='City Code'
No public methods.
New fields (2)
-
city_idMany2onereadonly=Falserelated='partner_id.city_id'string='City of Address' -
state_idMany2onereadonly=Falserelated='partner_id.state_id'string='State'
No public methods.
New fields (3)
-
vat_individualCharsize=11 args: 'Individual VAT' -
vat_legalCharsize=11 args: 'Legal Person VAT' -
vat_otherCharsize=11 args: 'Other VAT'
No public methods.
New fields (1)
-
region_idMany2one → res.country.state.regionindex=Truestring='Region' args: 'res.country.state.region'
-
name_get(self)@api.multi
New fields (3)
-
child_idsOne2many → res.country.statestring='Child Regions' args: 'res.country.state', 'region_id' -
codeCharhelp='The region code.'required=Truestring='Region Code' -
nameCharhelp='The state code.'required=Truestring='Region Name'
No public methods.
New fields (1)
-
state_idMany2one → res.country.stateargs: 'res.country.state', 'State'
-
check_vat(self)@api.multi@api.constrains('vat') -
onchange_vat(self)@api.onchange('vat')