United States - Counties

l10n_us_base_county
REPOSITORY
REPOSITORYOCA/l10n-usa
GIT
GIThttps://github.com/OCA/l10n-usa.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/l10n-usa/tree/18.0/l10n_us_base_county
VERSION
VERSION 0.0.0
CATEGORY
CATEGORYLocalization
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), MetricWise
MAINTAINERS
MAINTAINERSAdam Heinz <adam.heinz@metricwise.com>
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, Adam Heinz
WEBSITE
WEBSITEhttps://github.com/OCA/l10n-usa
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - contacts
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - l10n_us
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Imported from U.S. Census Bureau data.
https://www.census.gov/library/publications/2011/compendia/usa-counties-2011.html

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_counties_list res.country.state.county list New
view_county_form res.country.state.county search New
view_partner_form res.partner xpath Inherits base.view_partner_form
Models touched (2)

New fields (3)
  • country_id Many2one → res.country
    readonly=True related='state_id.country_id' args: 'res.country'
  • name Char
  • state_id Many2one → res.country.state
    args: 'res.country.state'
Public methods (0)

No public methods.

New fields (1)
  • county_id Many2one → res.country.state.county
    domain="[('state_id', '=', state_id)]" ondelete='restrict' args: 'res.country.state.county'
Public methods (0)

No public methods.