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

Hi, 

I'm creating a task by code as following:

self.env['project.task'].create(vals)

and I want to disable the e-mail notification for this creation. 

I tried to add with_context(mail_notrack=True) but it didn't work as well.


Ps: I don't want to disable all e-mail notifications for users.

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

Hi,

Just add the context tracking_disable=True at create or write, to perform no MailThread features (auto subscription, tracking, post, ...) and add a condition for which user you want to use "tracking_disable=True".

e.g.:

self.env['project.task'].with_context(tracking_disable=True).create(values)

Best regards!

Ảnh đại diện
Huỷ bỏ
Tác giả

thanks!

Not a programmer here but trying to add some python code through automated action. Is this achievable withing automated action in web? is there a way to add update instead of create?

Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 3 24
2074
1
thg 7 25
575
2
thg 5 25
2639
5
thg 5 25
17978
0
thg 4 25
1008