TIP: You can type at any time to perform a new search.
United States - Counties
l10n_us_base_county · OCA/l10n-usa
- Repository
- OCA/l10n-usa · module folder · Try on Runboat
- Module version
- 0.0.0
- Category
- Localization
- Folder size
- 0.22 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/l10n-usa
- Last tracking update
- 2026-08-07 08:43:01
- Authors
- Odoo Community Association (OCA), MetricWise
- Maintainers
- Adam Heinz <adam.heinz@metricwise.com>
- Committers
- Adam Heinz, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- l10n_us_crm_county
- 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 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 | form | Inherits base.view_partner_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (3)
-
country_idMany2one → res.countryreadonly=Truerelated='state_id.country_id' args: 'res.country' -
nameChar -
state_idMany2one → res.country.stateargs: 'res.country.state'
No public methods.
New fields (1)
-
county_idMany2one → res.country.state.countydomain="[('state_id', '=', state_id)]"ondelete='restrict' args: 'res.country.state.county'
No public methods.