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

Hello All,

I created a button(Edit) in sale order line and when i am using this button then values returns in sale order form.  Process is going well, but problem is that changes reflected after browser reload( Either F5 or UI). And i want this browser reload by coding. So, What kind of syntax or method?

Thanks in advance

形象
丢弃
最佳答案

Hi,

To reload the browser just return like this from action of the button,

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

This will reload the browser.

Thanks

形象
丢弃
编写者

Thanks @Niyas ... It's work...!!

相关帖文 回复 查看 活动
2
8月 22
11783
2
5月 21
8628
2
8月 25
12076
5
9月 20
6354
1
12月 19
9769