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 [readonly; char]:
Display Name
email [readonly; char]:
Email
id [readonly; integer]:
ID
is_active [readonly; boolean]:
Is Active
name [readonly; char]:
Name
partner_id [required; many2one: res.partner]:
Related Partner
res_id [many2one_reference]:
Related Document ID
res_model [required; char]:
Related Document Model Name