compose_message |
Email composition wizard
Catalog: Odoo
Schema: mail
Documentation:
Generic message composition wizard. You may inherit from this wizard
at model and view levels to provide specific features.
The behavior of the wizard depends on the composition_mode field:
- 'comment': post on a record. The wizard is pre-populated via ``get_record_data``
- 'mass_mail': wizard in mass mailing mode where the mail details can
contain template placeholders that will be merged with actual data
before being sent to each recipient.
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 compose_message are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
active_domain |
string |
Active domain |
☐ |
|
attachment_ids |
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. |
auto_delete_message |
boolean |
Delete Message Copy |
☐ |
Do not keep a copy of the email in the document communication history (mass mailing only) |
auto_delete |
boolean |
Delete Emails |
☐ |
This option permanently removes any track of email after it's been sent, including from the Technical menu in the Settings, in order to preserve storage space of your Odoo database. |
body |
string |
Contents |
☐ |
|
campaign_id_label |
string |
|
☐ |
|
campaign_id |
string |
|
☐ |
|
can_edit_body |
boolean |
Can Edit Body |
☐ |
|
composition_mode |
string |
Composition mode |
☐ |
|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
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 |
Email Notification Layout |
☐ |
|
id |
int32 |
ID |
☐ |
|
is_log |
boolean |
Log as Internal Note |
☐ |
|
is_mail_template_editor |
boolean |
Is Editor |
☐ |
|
lang |
string |
Language |
☐ |
Optional translation language (ISO code) to select when sending out an email. If not set, the english version will be used. This should usually be a placeholder expression that provides the appropriate language, e.g. {{ object.partner_id.lang }}. |
mail_activity_type_id_label |
string |
|
☐ |
|
mail_activity_type_id |
string |
|
☐ |
|
mail_server_id_label |
string |
|
☐ |
|
mail_server_id |
string |
|
☐ |
|
mailing_list_ids |
string |
|
☐ |
|
marketing_activity_id_label |
string |
|
☐ |
|
marketing_activity_id |
string |
|
☐ |
|
mass_mailing_id_label |
string |
|
☐ |
|
mass_mailing_id |
string |
|
☐ |
|
mass_mailing_name |
string |
Mass Mailing Name |
☐ |
If set, a mass mailing will be created so that you can track its results in the Email Marketing app. |
message_type |
string |
Type |
☑ |
Message type: email for email message, notification for system message, comment for other messages such as user replies |
model_is_thread |
boolean |
Model Is Thread |
☐ |
|
model |
string |
Related Document Model |
☐ |
|
notify |
boolean |
Notify followers |
☐ |
Notify followers of the document (mass post only) |
parent_id_label |
string |
|
☐ |
|
parent_id |
string |
|
☐ |
|
partner_ids |
string |
|
☐ |
|
record_name |
string |
Message Record Name |
☐ |
|
render_model |
string |
Rendering Model |
☐ |
|
reply_to_force_new |
boolean |
Considers answers as new thread |
☐ |
Manage answers as new incoming emails instead of replies going to the same thread. |
reply_to_mode |
string |
Replies |
☐ |
Original Discussion: Answers go in the original document discussion thread. Another Email Address: Answers go to the email address mentioned in the tracking message-id instead of original document discussion thread. 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 |
☐ |
|
subject |
string |
Subject |
☐ |
|
subtype_id_label |
string |
|
☐ |
|
subtype_id |
string |
|
☐ |
|
template_id_label |
string |
|
☐ |
|
template_id |
string |
|
☐ |
|
use_active_domain |
boolean |
Use active domain |
☐ |
|
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826