| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-thailand |
| GIT | |
| GIT | https://github.com/OCA/l10n-thailand.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-thailand/tree/10.0/l10n_th_address |
| VERSION | |
| VERSION | 0.1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Ecosoft |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Ecosoft |
| COMMITTERS | |
| COMMITTERS | GitHub, Daniel Reis, Kitti U |
| WEBSITE | |
| WEBSITE | http://ecosoft.co.th |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sales_team - base - base_setup - web_kanban - web - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_partner_form |
view.partner.form | res.partner | xpath | Inherits base.view_partner_form |
view_res_country_district_form |
res.country.district.form | res.country.district | form | New |
view_res_country_district_tree |
res.country.district.tree | res.country.district | tree | New |
view_res_country_province_form |
res.country.province.form | res.country.province | form | New |
view_res_country_province_tree |
res.country.province.tree | res.country.province | tree | New |
view_res_country_township_filter |
view.res.country.township.filter | res.country.township | search | New |
view_res_country_township_form |
res.country.township.form | res.country.township | form | New |
view_res_country_township_tree |
res.country.township.tree | res.country.township | tree | New |
name
Char
required=True
string='District'
province_id
Many2one → res.country.province
required=True
string='Province'
args: 'res.country.province'
No public methods.
country_id
Many2one → res.country
required=True
string='Country'
args: 'res.country'
name
Char
required=True
string='Province'
No public methods.
country_id
Many2one → res.country
readonly=True
related='district_id.province_id.country_id'
store=True
string='Country'
args: 'res.country'
district_id
Many2one → res.country.district
required=True
string='District'
args: 'res.country.district'
name
Char
required=True
string='Township'
province_id
Many2one → res.country.province
readonly=True
related='district_id.province_id'
store=True
string='Province'
args: 'res.country.province'
zip
Char
string='Zip'
No public methods.
district_id
Many2one → res.country.district
domain="[('province_id','=',province_id)]"
ondelete='restrict'
args: 'res.country.district'
province_id
Many2one → res.country.province
domain="[('country_id','=',country_id)]"
ondelete='restrict'
args: 'res.country.province'
township_id
Many2one → res.country.township
domain="[('district_id','=',district_id)]"
ondelete='restrict'
args: 'res.country.township'
No public methods.