Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4388 Tampilan

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

Avatar
Buang
Jawaban Terbai

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

Avatar
Buang
Penulis

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

Post Terkait Replies Tampilan Aktivitas
2
Agu 22
11784
2
Mei 21
8629
2
Agu 25
12076
5
Sep 20
6355
1
Des 19
9769