post_template |
Social Post Template
Catalog: Odoo
Schema: social
Documentation:
Models the abstraction of social post content.
It can generate multiple 'social.post' records to be sent on social medias
This model contains all information related to the post content (message, images) but
also some common methods. They can be used to prepare a social post without creating
one (that can be useful in other application, like `social_event` e.g.).
'social.post.template' is therefore a template model used to generate `social.post`.
It is inherited by `social.post` to extract common fields declaration and post
management methods.
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 post_template are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
account_ids |
string |
|
☐ |
The accounts on which this post will be published. |
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
display_facebook_preview |
boolean |
Display Facebook Preview |
☐ |
|
display_instagram_preview |
boolean |
Display Instagram Preview |
☐ |
|
display_linkedin_preview |
boolean |
Display LinkedIn Preview |
☐ |
|
display_name |
string |
Display Name |
☐ |
|
display_push_notification_attributes |
boolean |
Display Push Notifications Attributes |
☐ |
|
display_push_notifications_preview |
boolean |
Display Push Notifications Preview |
☐ |
|
facebook_preview |
string |
Facebook Preview |
☐ |
|
has_active_accounts |
boolean |
Are Accounts Available? |
☐ |
|
has_twitter_accounts |
boolean |
Display Twitter Preview |
☐ |
|
id |
int32 |
ID |
☐ |
|
image_ids |
string |
|
☐ |
Will attach images to your posts (if the social media supports it). |
image_urls |
string |
Images URLs |
☐ |
|
instagram_access_token |
string |
Access Token |
☐ |
Used to allow access to Instagram to retrieve the post image |
instagram_image_id_label |
string |
|
☐ |
|
instagram_image_id |
string |
|
☐ |
|
instagram_preview |
string |
Instagram Preview |
☐ |
|
is_twitter_post_limit_exceed |
boolean |
Is Twitter Post Limit Exceed |
☐ |
|
linkedin_preview |
string |
LinkedIn Preview |
☐ |
|
message_length |
int32 |
Message Length |
☐ |
|
message |
string |
Message |
☐ |
|
push_notification_image |
byte[] |
Push Icon Image |
☐ |
This icon will be displayed in the browser notification |
push_notification_target_url |
string |
Push Target URL |
☐ |
|
push_notification_title |
string |
Push Notification Title |
☐ |
|
push_notifications_preview |
string |
Push Notifications Preview |
☐ |
|
twitter_post_limit_message |
string |
Twitter Post Limit Message |
☐ |
|
twitter_preview |
string |
Twitter Preview |
☐ |
|
use_visitor_timezone |
boolean |
Send at Visitors' Timezone |
☐ |
e.g: If you post at 15:00 your time, all visitors will receive the post at 15:00 their time. |
visitor_domain |
string |
Visitor Domain |
☐ |
Domain to send push notifications to visitors. |
write_date |
datetime |
Last Updated on |
☐ |
|
write_uid_label |
string |
|
☐ |
|
write_uid |
string |
|
☐ |
|
01-03-2023 15:29 Version 22.1.135-BETA+3826