Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
15723 Tampilan

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.

Avatar
Buang
Jawaban Terbai

try:

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

instead of 'target' use 'type'

Avatar
Buang
Jawaban Terbai

where do you put this code

Avatar
Buang