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.
相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
---|---|---|---|---|
|
0
3月 15
|
5575 | ||
|
2
5月 19
|
3127 | ||
|
2
8月 25
|
116 | ||
|
1
8月 25
|
267 | ||
|
1
8月 25
|
207 |
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