channel |
Discussion Channel
Catalog: Odoo
Schema: mail
Documentation:
Chat Session
Reprensenting a conversation between users.
It extends the base method for anonymous usage.
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 channel are shown below. Each column has an SQL data type.
Name |
Data Type |
Label |
Required |
Documentation |
---|---|---|---|---|
active |
boolean |
Active |
☐ |
Set active to false to hide the channel without removing it. |
anonymous_name |
string |
Anonymous Name |
☐ |
|
avatar_128 |
byte[] |
Avatar |
☐ |
|
channel_member_ids |
string |
|
☐ |
|
channel_partner_ids |
string |
|
☐ |
|
channel_type |
string |
Channel Type |
☑ |
Chat is private and unique between 2 persons. Group is private among invited persons. Channel can be freely joined (depending on its configuration). |
chatbot_current_step_id_label |
string |
|
☐ |
|
chatbot_current_step_id |
string |
|
☐ |
|
chatbot_message_ids |
string |
|
☐ |
|
country_id_label |
string |
|
☐ |
Country of the visitor of the channel |
country_id |
string |
|
☐ |
Country of the visitor of the channel |
create_date |
datetime |
Created on |
☐ |
|
create_uid_label |
string |
|
☐ |
|
create_uid |
string |
|
☐ |
|
default_display_mode |
string |
Default Display Mode |
☐ |
Determines how the channel will be displayed by default when opening it from its invitation link. No value means display text (no voice/video). |
description |
string |
Description |
☐ |
|
display_name |
string |
Display Name |
☐ |
|
group_ids |
string |
|
☐ |
Members of those groups will automatically added as followers. Note that they will be able to manage their subscription manually if necessary. |
group_public_id_label |
string |
|
☐ |
|
group_public_id |
string |
|
☐ |
|
has_message |
boolean |
Has Message |
☐ |
|
id |
int32 |
ID |
☐ |
|
image_128 |
byte[] |
Image |
☐ |
|
invitation_url |
string |
Invitation URL |
☐ |
|
is_chat |
boolean |
Is a chat |
☐ |
|
is_member |
boolean |
Is Member |
☐ |
|
livechat_active |
boolean |
Is livechat ongoing? |
☐ |
Livechat session is active until visitor leaves the conversation. |
livechat_channel_id_label |
string |
|
☐ |
|
livechat_channel_id |
string |
|
☐ |
|
livechat_operator_id_label |
string |
|
☐ |
|
livechat_operator_id |
string |
|
☐ |
|
livechat_visitor_id_label |
string |
|
☐ |
|
livechat_visitor_id |
string |
|
☐ |
|
member_count |
int32 |
Member Count |
☐ |
|
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 |
☑ |
|
rating_avg_text |
string |
Rating Avg Text |
☐ |
|
rating_avg |
decimal |
Average Rating |
☐ |
|
rating_count |
int32 |
Rating count |
☐ |
|
rating_ids |
string |
|
☐ |
|
rating_last_feedback |
string |
Rating Last Feedback |
☐ |
|
rating_last_image |
byte[] |
Rating Last Image |
☐ |
|
rating_last_text |
string |
Rating Text |
☐ |
|
rating_last_value |
decimal |
Rating Last Value |
☐ |
|
rating_percentage_satisfaction |
decimal |
Rating Satisfaction |
☐ |
|
rtc_session_ids |
string |
|
☐ |
|
subscription_department_ids |
string |
|
☐ |
Automatically subscribe members of those departments to the channel. |
uuid |
string |
UUID |
☐ |
|
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