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
odoo/odoo:
- web
- bus
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 IDNameModelTypeStatus
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_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.