template |
Email Templates
Catalog: Odoo
Schema: mail
Documentation:
Mixin that overrides the create and write methods to properly generate
ir.model.data entries flagged with Studio for the corresponding resources.
Doesn't create an ir.model.data if the record is part of a module being
currently installed as the ir.model.data will be created automatically
afterwards.
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 template are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
active |
boolean |
Active |
☐ |
|
attachment_ids |
string |
|
☐ |
You may attach files to this template, to be added to all emails created from this template |
auto_delete |
boolean |
Auto Delete |
☐ |
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_html |
string |
Body |
☐ |
|
can_write |
boolean |
Can Write |
☐ |
The current user can edit the template. |
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
description |
string |
Template description |
☐ |
This field is used for internal description of the template's usage. |
display_name |
string |
Display Name |
☐ |
|
email_cc |
string |
Cc |
☐ |
Carbon copy recipients (placeholders may be used here) |
email_from |
string |
From |
☐ |
Sender address (placeholders may be used here). If not set, the default value will be the author's email alias if configured, or email address. |
email_to |
string |
To (Emails) |
☐ |
Comma-separated recipient addresses (placeholders may be used here) |
id |
int32 |
ID |
☐ |
|
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_server_id_label |
string |
|
☐ |
Optional preferred server for outgoing mails. If not set, the highest priority one will be used. |
mail_server_id |
string |
|
☐ |
Optional preferred server for outgoing mails. If not set, the highest priority one will be used. |
model_id_label |
string |
|
☐ |
|
model_id |
string |
|
☐ |
|
model |
string |
Related Document Model |
☐ |
|
name |
string |
Name |
☐ |
|
partner_to |
string |
To (Partners) |
☐ |
Comma-separated ids of recipient partners (placeholders may be used here) |
ref_ir_act_window_label |
string |
|
☐ |
Sidebar action to make this template available on records of the related document model |
ref_ir_act_window |
string |
|
☐ |
Sidebar action to make this template available on records of the related document model |
render_model |
string |
Rendering Model |
☐ |
|
reply_to |
string |
Reply To |
☐ |
Email address to which replies will be redirected when sending emails in mass; only used when the reply is not logged in the original discussion thread. |
report_name |
string |
Report Filename |
☐ |
Name to use for the generated report file (may contain placeholders)The extension can be omitted and will then come from the report type. |
report_template_label |
string |
|
☐ |
|
report_template |
string |
|
☐ |
|
scheduled_date |
string |
Scheduled Date |
☐ |
If set, the queue manager will send the email after the date. If not set, the email will be send as soon as possible. You can use dynamic expression. |
subject |
string |
Subject |
☐ |
Subject (placeholders may be used here) |
template_category |
string |
Template Category |
☐ |
|
template_fs |
string |
Template Filename |
☐ |
File from where the template originates. Used to reset broken template. |
use_default_to |
boolean |
Default recipients |
☐ |
Default recipients of the record:- partner (using id on a partner or the partner_id field) OR- email (using email_from or email field) |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826