跳至內容
選單
此問題已被標幟
2 回覆
15731 瀏覽次數

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

頭像
捨棄