discuss.channel.member :: Channel Member

Main super-class for regular database-persisted Odoo models. Odoo models are created by inheriting from this class:: class user(Model): ... The system will later instantiate the class once per database (on which the class' module is installed).

Fields

  • channel_id [requiredmany2one: discuss.channel]: Channel

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • custom_channel_name [char]: Custom channel name

  • custom_notifications [selection]: Customized Notifications

  • display_name [readonlychar]: Display Name

  • fetched_message_id [many2one: mail.message]: Last Fetched

  • fold_state [selection]: Conversation Fold State

  • guest_id [many2one: mail.guest]: Guest

  • id [readonlyinteger]: ID

  • is_pinned [readonlyboolean]: Is pinned on the interface

  • is_self [readonlyboolean]: Is Self

  • last_interest_dt [datetime]: Last Interest

  • last_seen_dt [datetime]: Last seen date

  • message_unread_counter [readonlyinteger]: Unread Messages Counter

  • mute_until_dt [datetime]: Mute notifications until

  • new_message_separator [requiredinteger]: New Message Separator

  • partner_id [many2one: res.partner]: Partner

  • rtc_inviting_session_id [many2one: discuss.channel.rtc.session]: Ringing session

  • rtc_session_ids [one2many: discuss.channel.rtc.session]: RTC Sessions

  • seen_message_id [many2one: mail.message]: Last Seen

  • unpin_dt [datetime]: Unpin date

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by