stream |
Social Stream
Catalog: Odoo
Schema: social
Documentation:
"social.streams are used to fill the 'Feed' view that allows users to follow the social.media activity
based on their interest (a Facebook Page, a Twitter hashtag, ...).
They use the social.media third party API to fetch the stream data and create social.stream.posts
that are displayed on the Feed kanban view.
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 stream are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
account_id_label |
string |
|
☐ |
|
account_id |
string |
|
☐ |
|
company_id_label |
string |
|
☐ |
Link an account to a company to restrict its usage or keep empty to let all companies use it. |
company_id |
string |
|
☐ |
Link an account to a company to restrict its usage or keep empty to let all companies use it. |
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
display_name |
string |
Display Name |
☐ |
|
id |
int32 |
ID |
☐ |
|
media_id_label |
string |
|
☐ |
|
media_id |
string |
|
☐ |
|
media_image |
byte[] |
The related Social Media's image |
☐ |
|
name |
string |
Title |
☐ |
|
sequence |
int32 |
Sequence |
☐ |
Sequence used to order streams (mainly for the 'Feed' kanban view) |
stream_post_ids |
string |
|
☐ |
|
stream_type_id_label |
string |
|
☐ |
|
stream_type_id |
string |
|
☐ |
|
stream_type_type |
string |
Stream type name (technical) |
☐ |
|
twitter_followed_account_id_label |
string |
|
☐ |
|
twitter_followed_account_id |
string |
|
☐ |
|
twitter_followed_account_search |
string |
Search User |
☐ |
|
twitter_searched_keyword |
string |
Search Keyword |
☐ |
|
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826