You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to copy fallower_ids from project.project to project.task.
my method looks like this but it's not working. any suggestions how would you do this.
@api.multi
def add_project_followers(self):
for task in self:
partner_ids = task.project_id.message_follower_ids.ids
task.message_subscribe(partner_ids)
I need to copy fallower_ids from project.project to project.task.
my method looks like this but it's not working. any suggestions how would you do this.
@api.multi
def add_project_followers(self):
for task in self:
partner_ids = task.project_id.message_follower_ids.ids
task.message_subscribe(partner_ids)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: