Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
4380 Представления

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
5581
2
мая 19
3137
2
авг. 25
189
1
авг. 25
314
1
авг. 25
255