コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4416 ビュー

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
11795
2
5月 21
8642
2
8月 25
12091
5
9月 20
6379
1
12月 19
9787