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

hello.

I create my custome module and iwant when the the invoice was created from my module send a push notification to user how 

display notification work

아바타
취소
베스트 답변

Hello , 

Here is an example of sending a push notification when a button is clicked—just update your parameters accordingly.


https://www.odoo.com/fr_FR/forum/aide-1/specific-odoo-notification-270643#answer-270648

아바타
취소
베스트 답변
return { 
'type' : 'ir.actions.client' ,
'tag' : 'display_notification' ,
'params' : {
'title' : 'Warning' ,
'message' : 'message_content' ,
'type' : 'warning' ,
'sticky' : False ,
} ,
}
아바타
취소
작성자 베스트 답변

I dont want to send it like message i want a pop up notifiction like notify message that appeare in right corner wirh yellow color

아바타
취소
관련 게시물 답글 화면 활동
6
11월 24
7574
0
5월 25
2271
1
7월 23
6615
7
3월 20
10518
1
8월 16
3977