Skip to Content
Menu
This question has been flagged
3 Replies
4374 Zobrazenia

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")
   return {'warning': {'title':'title','message':'message'}}
Avatar
Zrušiť
Autor

I would like to use standard ODOO functionality but the above code seems right but does not return a warning as expected.

Autor

I did notice that if its a server action you need to set the action to the above return value

Related Posts Replies Zobrazenia Aktivita
0
mar 15
5575
2
máj 19
3127
2
aug 25
116
1
aug 25
267
1
aug 25
207