Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
3 Răspunsuri
4370 Vizualizări

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'}}
Imagine profil
Abandonează
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 Răspunsuri Vizualizări Activitate
0
mar. 15
5574
2
mai 19
3126
0
aug. 25
22
2
aug. 25
108
1
aug. 25
262