| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/l10n-usa |
| GIT | |
| GIT | https://github.com/OCA/l10n-usa.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/l10n-usa/tree/18.0/l10n_us_base_county |
| VERSION | |
| VERSION | 0.0.0 |
| CATEGORY | |
| CATEGORY | Localization |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), MetricWise |
| MAINTAINERS | |
| MAINTAINERS | Adam Heinz <adam.heinz@metricwise.com> |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, Adam Heinz |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/l10n-usa |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - contacts - base - 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 |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
country_id
Many2one → res.country
readonly=True
related='state_id.country_id'
args: 'res.country'
name
Char
state_id
Many2one → res.country.state
No public methods.
county_id
Many2one → res.country.state.county
domain="[('state_id', '=', state_id)]"
ondelete='restrict'
args: 'res.country.state.county'
No public methods.