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

Hello,

Any one know how to force relaod of page where i save record with the save button ( write function). I tried the return { 'target':'ir.actions.client', 'tag':'reload'} but it dosnt work.

Thanks.

الصورة الرمزية
إهمال
أفضل إجابة

try:

return {
                'type': 'ir.actions.client',
                'tag': 'reload',
                }

instead of 'target' use 'type'

الصورة الرمزية
إهمال
أفضل إجابة

where do you put this code

الصورة الرمزية
إهمال