Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
3 Відповіді
4372 Переглядів

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'}}
Аватар
Відмінити
Автор

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

Related Posts Відповіді Переглядів Дія
0
бер. 15
5574
2
трав. 19
3127
2
серп. 25
110
1
серп. 25
263
1
серп. 25
206