Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
2 Risposte
5077 Visualizzazioni

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? 




Avatar
Abbandona

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

Risposta migliore

Hey,

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

Avatar
Abbandona
Autore

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.

Risposta migliore

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.

Avatar
Abbandona