콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
5086 화면

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.

아바타
취소