countries.Country
: Country¶
Country(name, isocode, short_code, iso3, name_de, name_fr)
name |
type |
verbose name |
name |
BabelCharField |
Designation |
isocode |
CharField |
ISO code |
short_code |
CharField |
Short code |
iso3 |
CharField |
ISO-3 code |
name_de |
CharField |
Designation (de) |
name_fr |
CharField |
Designation (fr) |
name_column |
VirtualField |
Name |
navigation_panel |
VirtualField |
(None) |
workflow_buttons |
VirtualField |
Workflow |
overview |
VirtualField |
(None) |
Master tables: countries.Countries : Countries
Slave tables: countries.PlacesByCountry : Places, contacts.PartnersByCountry : Partners
Referenced from contacts.Partner.country, countries.Place.country, shopping.Address.country
Database fields¶
Internal name |
Verbose name |
Help text |
---|---|---|
name |
Designation |
The designation of this country. |
isocode |
ISO code |
The two-letter code for this country as defined by ISO 3166-1. For countries that no longer exist it may be a 4-letter code. |
short_code |
Short code |
A short abbreviation for regional usage. Obsolete. |
iso3 |
ISO-3 code |
The three-letter code for this country as defined by ISO 3166-1. |
name_de |
Designation (de) |
|
name_fr |
Designation (fr) |
|
name_column |
Name |
|
navigation_panel |
None |
|
workflow_buttons |
Workflow |
List of actions that change the workflow state of this object. |
overview |
None |