Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
9399 Переглядів

Hi,

I would like to disable or block email notification  when assigned (leads or opportunity ) to users , Odoo send email notification with lead or opportunity details. I am using Odoo 10.0

Аватар
Відмінити
Найкраща відповідь

Hello

Try below code to avoid email notification when try to create new record (version 10.0)

For example if you want to create new task but disable email notification to follower you can reference below code

task = super(Task, self.with_context(mail_notrack=True)).create(vals)

Hope this help you.

Best Thanks,

Ankit H Gandhi.


Аватар
Відмінити
Найкраща відповідь

For task creation do it like this (tested in Odoo 17):

with_context(mail_auto_subscribe_no_notify=True)

Аватар
Відмінити
Автор Найкраща відповідь

I used it for another purpose , I  just want to disable send email notification  when lead or opportunity assigned to users . 

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
січ. 19
5904
0
серп. 22
2019
2
вер. 20
5061
2
лип. 19
5026
5
груд. 17
9973