message |
Message
Catalog: Odoo
Schema: mail
Documentation:
Override MailMessage class in order to add a new type: SMS messages.
Those messages comes with their own notification method, using SMS
gateway.
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 message are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
attachment_ids |
string |
|
☐ |
|
author_avatar |
byte[] |
Author's avatar |
☐ |
|
author_guest_id_label |
string |
|
☐ |
|
author_guest_id |
string |
|
☐ |
|
author_id_label |
string |
|
☐ |
Author of the message. If not set, email_from may hold an email address that did not match any partner. |
author_id |
string |
|
☐ |
Author of the message. If not set, email_from may hold an email address that did not match any partner. |
body |
string |
Contents |
☐ |
|
canned_response_ids |
string |
|
☐ |
|
child_ids |
string |
|
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
date |
datetime |
Date |
☐ |
|
description |
string |
Short description |
☐ |
Message description: either the subject, or the beginning of the body |
display_name |
string |
Display Name |
☐ |
|
email_add_signature |
boolean |
Email Add Signature |
☐ |
|
email_from |
string |
From |
☐ |
Email address of the sender. This field is set when no matching partner is found and replaces the author_id field in the chatter. |
email_layout_xmlid |
string |
Layout |
☐ |
|
has_error |
boolean |
Has error |
☐ |
|
has_sms_error |
boolean |
Has SMS error |
☐ |
|
id |
int32 |
ID |
☐ |
|
is_current_user_or_guest_author |
boolean |
Is Current User Or Guest Author |
☐ |
|
is_internal |
boolean |
Employee Only |
☐ |
Hide to public / portal users, independently from subtype configuration. |
letter_ids |
string |
|
☐ |
|
link_preview_ids |
string |
|
☐ |
|
mail_activity_type_id_label |
string |
|
☐ |
|
mail_activity_type_id |
string |
|
☐ |
|
mail_ids |
string |
|
☐ |
|
mail_server_id_label |
string |
|
☐ |
|
mail_server_id |
string |
|
☐ |
|
message_id |
string |
Message-Id |
☐ |
Message unique identifier |
message_type |
string |
Type |
☑ |
Message type: email for email message, notification for system message, comment for other messages such as user replies |
model |
string |
Related Document Model |
☐ |
|
needaction |
boolean |
Need Action |
☐ |
|
notification_ids |
string |
|
☐ |
|
notified_partner_ids |
string |
|
☐ |
|
parent_id_label |
string |
|
☐ |
|
parent_id |
string |
|
☐ |
|
partner_ids |
string |
|
☐ |
|
preview |
string |
Preview |
☐ |
The text-only beginning of the body used as email preview. |
rating_ids |
string |
|
☐ |
|
rating_value |
decimal |
Rating Value |
☐ |
|
reaction_ids |
string |
|
☐ |
|
record_name |
string |
Message Record Name |
☐ |
|
reply_to_force_new |
boolean |
No threading for answers |
☐ |
If true, answers do not go in the original document discussion thread. Instead, it will check for the reply_to in tracking message-id and redirected accordingly. This has an impact on the generated message-id. |
reply_to |
string |
Reply-To |
☐ |
Reply email address. Setting the reply_to bypasses the automatic thread creation. |
res_id |
int32 |
Related Document ID |
☐ |
|
snailmail_error |
boolean |
Snailmail message in error |
☐ |
|
starred_partner_ids |
string |
|
☐ |
|
starred |
boolean |
Starred |
☐ |
Current user has a starred notification linked to this message |
subject |
string |
Subject |
☐ |
|
subtype_id_label |
string |
|
☐ |
|
subtype_id |
string |
|
☐ |
|
tracking_value_ids |
string |
|
☐ |
Tracked values are stored in a separate model. This field allow to reconstruct the tracking and to generate statistics on the model. |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826