contact |
Mailing Contact
Catalog: Odoo
Schema: mailing
Documentation:
Model of a contact. This model is different from the partner model
because it holds only some basic information: name, email. The purpose is to
be able to deal with large contact list to email without bloating the partner
base.
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 contact are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
company_name |
string |
Company Name |
☐ |
|
country_id_label |
string |
|
☐ |
|
country_id |
string |
|
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
display_name |
string |
Display Name |
☐ |
|
email_normalized |
string |
Normalized Email |
☐ |
This field is used to search on email address as the primary email field can contain more than strictly an email address. |
string |
☐ |
|
||
has_message |
boolean |
Has Message |
☐ |
|
id |
int32 |
ID |
☐ |
|
is_blacklisted |
boolean |
Blacklist |
☐ |
If the email address is on the blacklist, the contact won't receive mass mailing anymore, from any list |
list_ids |
string |
|
☐ |
|
message_attachment_count |
int32 |
Attachment Count |
☐ |
|
message_bounce |
int32 |
Bounce |
☐ |
Counter of the number of bounced emails for this contact |
message_follower_ids |
string |
|
☐ |
|
message_has_error_counter |
int32 |
Number of errors |
☐ |
Number of messages with delivery error |
message_has_error |
boolean |
Message Delivery error |
☐ |
If checked, some messages have a delivery error. |
message_has_sms_error |
boolean |
SMS Delivery error |
☐ |
If checked, some messages have a delivery error. |
message_ids |
string |
|
☐ |
|
message_is_follower |
boolean |
Is Follower |
☐ |
|
message_main_attachment_id_label |
string |
|
☐ |
|
message_main_attachment_id |
string |
|
☐ |
|
message_needaction_counter |
int32 |
Number of Actions |
☐ |
Number of messages which requires an action |
message_needaction |
boolean |
Action Needed |
☐ |
If checked, new messages require your attention. |
message_partner_ids |
string |
|
☐ |
|
mobile_blacklisted |
boolean |
Blacklisted Phone Is Mobile |
☐ |
Indicates if a blacklisted sanitized phone number is a mobile number. Helps distinguish which number is blacklisted when there is both a mobile and phone field in a model. |
mobile |
string |
Mobile |
☐ |
|
name |
string |
Name |
☐ |
|
opt_out |
boolean |
Opt Out |
☐ |
Opt out flag for a specific mailing list. This field should not be used in a view without a unique and active mailing list context. |
phone_blacklisted |
boolean |
Blacklisted Phone is Phone |
☐ |
Indicates if a blacklisted sanitized phone number is a phone number. Helps distinguish which number is blacklisted when there is both a mobile and phone field in a model. |
phone_mobile_search |
string |
Phone/Mobile |
☐ |
|
phone_sanitized_blacklisted |
boolean |
Phone Blacklisted |
☐ |
If the sanitized phone number is on the blacklist, the contact won't receive mass mailing sms anymore, from any list |
phone_sanitized |
string |
Sanitized Number |
☐ |
Field used to store sanitized phone number. Helps speeding up searches and comparisons. |
subscription_list_ids |
string |
|
☐ |
|
tag_ids |
string |
|
☐ |
|
title_id_label |
string |
|
☐ |
|
title_id |
string |
|
☐ |
|
website_message_ids |
string |
|
☐ |
Website communication history |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826