followers |
Document Followers
Catalog: Odoo
Schema: mail
Documentation:
mail_followers holds the data related to the follow mechanism inside
Odoo. Partners can choose to follow documents (records) of any kind
that inherits from mail.thread. Following documents allow to receive
notifications for new messages. A subscription is characterized by:
:param: res_model: model of the followed objects
:param: res_id: ID of resource (may be 0 for every objects)
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 followers are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
display_name |
string |
Display Name |
☐ |
|
string |
☐ |
|
||
id |
int32 |
ID |
☐ |
|
is_active |
boolean |
Is Active |
☐ |
|
name |
string |
Name |
☐ |
|
partner_id_label |
string |
|
☐ |
|
partner_id |
string |
|
☐ |
|
res_id |
int32 |
Related Document ID |
☐ |
Id of the followed resource |
res_model |
string |
Related Document Model Name |
☑ |
|
subtype_ids |
string |
|
☐ |
Message subtypes followed, meaning subtypes that will be pushed onto the user's Wall. |
01-03-2023 15:29 Version 22.1.135-BETA+3826