Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3 Antworten
4379 Ansichten

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
Verwerfen
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

Verknüpfte Beiträge Antworten Ansichten Aktivität
0
März 15
5578
2
Mai 19
3137
0
Aug. 25
1
0
Aug. 25
2
0
Aug. 25
1