Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
5061 มุมมอง

I want to send a notification to internal followers of a task, when this task changes to a closing stage. 

I can send a mail to the person who is assigned to the task. They receive it as an email despite in their profile is set "Handle in Odoo" for the notifications. 

I would like all followers who are subscribed to the notes to receive an Odoo notification. 

Any idea? 




อวตาร
ละทิ้ง

Please use runbot or https://demo.odoo.com for screenshots, if you are not able to change to english in your own instance.

คำตอบที่ดีที่สุด

Hey,

If you want to sent notification to user in Odoo, try setting an activity. Activities can also be scheduled via automated actions

อวตาร
ละทิ้ง
ผู้เขียน

Thank you, for your answer.

I know that is possible to set an activity from an automated action. I could be a possible solution to my needs.

The point is that the activity needs to be marked as done by the user. The notifications only have to be read. I think that it fills better the requirement.

In addition, I want to send the notification to all internal followers of the task. Activities (via automated actions) can only be assigned to a specific user or to the user assigned to the task.

Josep Anton.

คำตอบที่ดีที่สุด

It looks like the solutions shared by CZoellner works for your purpose:

You could use ${str(object.message_partner_ids.ids).replace('[', '').replace(']', '')} in "To (Partners)" field.

อวตาร
ละทิ้ง