This question has been flagged
1371 Views

I want to add Followers in Chatter Followers from Many2many field, but I can't find how to do this, I tried the code below but no success

my attempt:

for request in self:
            partner_ids = (request.members.partner_id).ids
            request.message_subscribe(partner_ids=partner_ids)

Avatar
Discard