Partner Address in Thai

l10n_th_address
REPOSITORY
REPOSITORYOCA/l10n-thailand
GIT
GIThttps://github.com/OCA/l10n-thailand.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-thailand/tree/10.0/l10n_th_address
VERSION
VERSION 0.1.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Ecosoft
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Ecosoft
COMMITTERS
COMMITTERSGitHub, Daniel Reis, Kitti U
WEBSITE
WEBSITEhttp://ecosoft.co.th
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (2)
  • name Char
    required=True string='District'
  • province_id Many2one → res.country.province
    required=True string='Province' args: 'res.country.province'
Public methods (0)

No public methods.

New fields (2)
  • country_id Many2one → res.country
    required=True string='Country' args: 'res.country'
  • name Char
    required=True string='Province'
Public methods (0)

No public methods.

New fields (5)
  • 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'
Public methods (0)

No public methods.

New fields (3)
  • 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'
Public methods (0)

No public methods.