跳至内容
菜单
此问题已终结
2 回复
15733 查看

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

形象
丢弃