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

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 ,
} ,
}
Аватар
Відмінити
Найкраща відповідь

https://apps.odoo.com/apps/modules/18.0/notify_service

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

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
6
лист. 24
7508
0
трав. 25
2200
1
лип. 23
6475
7
бер. 20
10382
1
серп. 16
3896