media |
Social Media
Catalog: Odoo
Schema: social
Documentation:
The Instagram social media implementation is a bit special because it goes through
the Facebook API to fetch information (as Facebook owns Instagram).
That also means we can only add Instagram accounts through Facebook.
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 media are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
account_ids |
string |
|
☐ |
|
accounts_count |
int32 |
# Accounts |
☐ |
|
can_link_accounts |
boolean |
Can link accounts ? |
☑ |
Controls if we can link accounts or not. |
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
csrf_token |
string |
CSRF Token |
☐ |
This token can be used to verify that an incoming request from a social provider has not been forged. |
display_name |
string |
Display Name |
☐ |
|
has_message |
boolean |
Has Message |
☐ |
|
has_streams |
boolean |
Streams Enabled |
☑ |
Controls if social streams are handled on this social media. |
id |
int32 |
ID |
☐ |
|
image |
byte[] |
Image |
☐ |
|
max_post_length |
int32 |
Max Post Length |
☐ |
Set a maximum number of characters can be posted in post. 0 for no limit. |
media_description |
string |
Description |
☐ |
|
media_type |
string |
Media Type |
☐ |
Used to make comparisons when we need to restrict some features to a specific media ('facebook', 'twitter', ...). |
message_attachment_count |
int32 |
Attachment Count |
☐ |
|
message_follower_ids |
string |
|
☐ |
|
message_has_error_counter |
int32 |
Number of errors |
☐ |
Number of messages with delivery error |
message_has_error |
boolean |
Message Delivery error |
☐ |
If checked, some messages have a delivery error. |
message_has_sms_error |
boolean |
SMS Delivery error |
☐ |
If checked, some messages have a delivery error. |
message_ids |
string |
|
☐ |
|
message_is_follower |
boolean |
Is Follower |
☐ |
|
message_main_attachment_id_label |
string |
|
☐ |
|
message_main_attachment_id |
string |
|
☐ |
|
message_needaction_counter |
int32 |
Number of Actions |
☐ |
Number of messages which requires an action |
message_needaction |
boolean |
Action Needed |
☐ |
If checked, new messages require your attention. |
message_partner_ids |
string |
|
☐ |
|
name |
string |
Name |
☑ |
|
stream_type_ids |
string |
|
☐ |
|
website_message_ids |
string |
|
☐ |
Website communication history |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826