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.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Mar 15
|
5572 | ||
|
2
Mei 19
|
3126 | ||
|
0
Agu 25
|
3 | ||
|
0
Agu 25
|
4 | ||
|
0
Agu 25
|
8 |
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