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.
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
0
mars 15
|
5572 | ||
|
2
mai 19
|
3126 | ||
|
0
août 25
|
3 | ||
|
0
août 25
|
4 | ||
|
0
août 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