Repository
OCA/community-data-files · module folder · Try on Runboat
Module version
1.0.0
Category
Localization
Folder size
0.14 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/community-data-files
Last tracking update
2026-08-07 09:06:33
Authors
Odoo Community Association (OCA), Tecnativa, Creu Blanca
Maintainers
Odoo Community Association (OCA), Tecnativa, Creu Blanca
Committers
Weblate, OCA-git-bot, oca-ci, Luis Rodriguez
Odoo dependencies
odoo/odoo:
Python dependencies
pycountry
System dependencies
None
Required by
l10n_es_facturae
Description
This module adds some data specified by ISO 3166, specifically:

- ISO 3166-1 alpha-3 (3-char) codes in countries
- ISO 3166-1 numeric codes in countries
- ISO 3166-3 formerly used codes in countries

Check <https://en.wikipedia.org/wiki/ISO_3166> for more info.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_country_form Country form (with ISO 3166-1 alpha-3) res.country form Inherits base.view_country_form
view_country_tree Country tree (with ISO 3166-1 alpha-3) res.country tree Inherits base.view_country_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (2)
  • code_alpha3 Char
    compute='_compute_codes' help='ISO 3166-1 alpha-3 (three-letter) code for the country' size=3 store=True string='Country Code (3-letter)'
  • code_numeric Char
    compute='_compute_codes' help='ISO 3166-1 numeric code for the country' size=3 store=True string='Country Code (numeric)'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…