Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
5 Besvarelser
2377 Visninger

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

Avatar
Kassér
Bedste svar

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

Avatar
Kassér
Bedste svar
return { 
'type' : 'ir.actions.client' ,
'tag' : 'display_notification' ,
'params' : {
'title' : 'Warning' ,
'message' : 'message_content' ,
'type' : 'warning' ,
'sticky' : False ,
} ,
}
Avatar
Kassér
Forfatter Bedste svar

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

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
6
nov. 24
7471
0
maj 25
2186
1
jul. 23
6417
7
mar. 20
10319
1
aug. 16
3832