message_subtype |
Message subtypes
Catalog: Odoo
Schema: mail
Documentation:
Class holding subtype definition for messages. Subtypes allow to tune
the follower subscription, allowing only some subtypes to be pushed
on the Wall.
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_subtype are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
default |
boolean |
Default |
☐ |
Activated by default when subscribing. |
description |
string |
Description |
☐ |
Description that will be added in the message posted for this subtype. If void, the name will be added instead. |
display_name |
string |
Display Name |
☐ |
|
hidden |
boolean |
Hidden |
☐ |
Hide the subtype in the follower options |
id |
int32 |
ID |
☐ |
|
internal |
boolean |
Internal Only |
☐ |
Messages with internal subtypes will be visible only by employees, aka members of base_user group |
name |
string |
Message Type |
☑ |
Message subtype gives a more precise type on the message, especially for system notifications. For example, it can be a notification related to a new record (New), or to a stage change in a process (Stage change). Message subtypes allow to precisely tune the notifications the user want to receive on its wall. |
parent_id_label |
string |
|
☐ |
Parent subtype, used for automatic subscription. This field is not correctly named. For example on a project, the parent_id of project subtypes refers to task-related subtypes. |
parent_id |
string |
|
☐ |
Parent subtype, used for automatic subscription. This field is not correctly named. For example on a project, the parent_id of project subtypes refers to task-related subtypes. |
relation_field |
string |
Relation field |
☐ |
Field used to link the related model to the subtype model when using automatic subscription on a related document. The field is used to compute getattr(related_document.relation_field). |
res_model |
string |
Model |
☐ |
Model the subtype applies to. If False, this subtype applies to all models. |
sequence |
int32 |
Sequence |
☐ |
Used to order subtypes. |
track_recipients |
boolean |
Track Recipients |
☐ |
Whether to display all the recipients or only the important ones. |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826