Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
5014 Lượt xem

Hello All,

By default if I don't want to receive any email then I can go to my user preference & select "Never" to following option,

"Receive Inbox Notifications by Email"

But If I want to restrict email for particular models only then ?

For example, I don't want emails which are coming to me against "project.task" model. 

All Odoo developers know that mails are coming from "message_post" method of mail.thread class. Now in that I can get a particular model against emails are being send to users. At that time do you suggest that I do some custom code and restrict users to have emails on unwanted models. 

However I am thinking to add Many2Many field in user's preference where as user can select unwanted models from email. And that will be only visible in case of If i didn't selected "Never" Option in "Receive Inbox Notifications by Email" setting.

Let me know your thoughts,

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

I think 'Never' works as an 'if' condition as follows

if not 'Never':
receive emails

your suggestion goes as follows

if not 'Never':
get the model of the incoming email
check if this model included in the prevented list, :
then ignore this email

So, I think that this reasoning is good and could be applied, go ahead.


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 5 16
3531
0
thg 3 15
3837
1
thg 1 23
4893
1
thg 5 17
4852
0
thg 7 16
4316