I have a button that calls the model action below.
For some reason the warning message doesn't show but the "test" shows on the ODOO log.
def import_file(self):
print("test")
print("test")
return {'warning': {'title':'title','message':'message'}}
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have a button that calls the model action below.
For some reason the warning message doesn't show but the "test" shows on the ODOO log.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Mar 15
|
4556 | ||
|
2
May 19
|
2225 | ||
|
0
Dec 24
|
5 | ||
|
0
Nov 24
|
6 | ||
|
0
Nov 24
|
50 |
you can show your custom dialog box: https://learnopenerp.blogspot.com/2017/12/how-to-display-confirmation-display-box.html
I would like to use standard ODOO functionality but the above code seems right but does not return a warning as expected.
I did notice that if its a server action you need to set the action to the above return value