country |
Country
Catalog: Odoo
Schema: res
The data in this table is partitioned per value of the column.
This is a read-only table. The Odoo API may not support changing the data or the Invantive SQL driver for Odoo does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Odoo API.
Table Columns
The columns of the table country are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
address_format |
string |
Layout in Reports |
☐ |
Display format to use for addresses belonging to this country.You can use python-style string pattern with all the fields of the address (for example, use '%(street)s' to display the field 'street') plus%(state_name)s: the name of the state%(state_code)s: the code of the state%(country_name)s: the name of the country%(country_code)s: the code of the country |
address_view_id_label |
string |
|
☐ |
Use this field if you want to replace the usual way to encode a complete address. Note that the address_format field is used to modify the way to display addresses (in reports for example), while this field is used to modify the input form for addresses. |
address_view_id |
string |
|
☐ |
Use this field if you want to replace the usual way to encode a complete address. Note that the address_format field is used to modify the way to display addresses (in reports for example), while this field is used to modify the input form for addresses. |
code |
string |
Country Code |
☐ |
The ISO country code in two chars. You can use this field for quick search. |
country_group_ids |
string |
|
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
currency_id_label |
string |
|
☐ |
|
currency_id |
string |
|
☐ |
|
display_name |
string |
Display Name |
☐ |
|
ebay_available |
boolean |
Use on eBay |
☐ |
If activated, can be used for eBay. |
id |
int32 |
ID |
☐ |
|
image_url |
string |
Flag |
☐ |
Url of static flag image |
is_stripe_supported_country |
boolean |
Is Stripe Supported Country |
☐ |
|
name_position |
string |
Customer Name Position |
☐ |
Determines where the customer/company name should be placed, i.e. after or before the address. |
name |
string |
Country Name |
☑ |
|
phone_code |
int32 |
Country Calling Code |
☐ |
|
state_ids |
string |
|
☐ |
|
state_required |
boolean |
State Required |
☐ |
|
vat_label |
string |
Vat Label |
☐ |
Use this field if you want to change vat label. |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
zip_required |
boolean |
Zip Required |
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826