تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
4368 أدوات العرض

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

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
مارس 15
5574
2
مايو 19
3126
2
أغسطس 25
77
1
أغسطس 25
262
1
أغسطس 25
203