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

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 . 

아바타
취소
관련 게시물 답글 화면 활동
1
1월 19
6022
0
8월 22
2071
2
9월 20
5133
2
7월 19
5131
5
12월 17
10108