Skip to Content
Menu
This question has been flagged
2 Replies
8633 Rodiniai

While validating some fields in js i need to show sticky Waring messages ,How it can be done ?  

Portretas
Atmesti
Best Answer

Hi,

1.Notification

do_notify(title, message, sticky, className):

eg:

this.do_notify("Success", "Your Message has been send successfully...");

2.Warning

do_warn(title, message, sticky, className):

eg:

this.do_warn("Error","Please Check the values before save");

title : Title of notification

message : Message to display

sticky : boolean value (optional) if true user must dismiss notification

className : CSS class (optional)

Similar forum post how call odoo warning from javascript? 

Regards

Portretas
Atmesti

how we can send them from python ?

Autorius Best Answer

Thanks a lot for the quick response , and it works..

Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
1
birž. 23
1907
1
geg. 23
1858
1
spal. 22
4006
0
geg. 20
3106
1
kov. 15
6184