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

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
11786
2
5月 21
8631
2
8月 25
12080
5
9月 20
6368
1
12月 19
9780