mail.followers :: Document Followers

mail_followers holds the data related to the follow mechanism inside Odoo. Partners can choose to follow documents (records) of any kind that inherits from mail.thread. Following documents allow to receive notifications for new messages. A subscription is characterized by: :param: res_model: model of the followed objects :param: res_id: ID of resource (may be 0 for every objects)

Fields

  • display_name [readonlychar]: Display Name

  • email [readonlychar]: Email

  • id [readonlyinteger]: ID

  • is_active [readonlyboolean]: Is Active

  • name [readonlychar]: Name

  • partner_id [requiredmany2one: res.partner]: Related Partner

  • res_id [many2one_reference]: Related Document ID

  • res_model [requiredchar]: Related Document Model Name

  • subtype_ids [many2many: mail.message.subtype]: Subtype