Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
3 Vastaukset
9796 Näkymät

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

Avatar
Hylkää
Paras vastaus

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.


Avatar
Hylkää
Paras vastaus

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

with_context(mail_auto_subscribe_no_notify=True)

Avatar
Hylkää
Tekijä Paras vastaus

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

Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
1
tammik. 19
6263
0
elok. 22
2290
2
syysk. 20
5401
2
heinäk. 19
5314
5
jouluk. 17
10355