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
odoo/odoo:
Python dependencies
None
System dependencies
None
Required by
l10n_cl_etd
Description

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
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)
  • 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')