Skip to Content
Menú
This question has been flagged
1 Respondre
4394 Vistes

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
Descartar
Best Answer

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
Descartar
Autor

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

Related Posts Respostes Vistes Activitat
2
d’ag. 22
11784
2
de maig 21
8631
2
d’ag. 25
12079
5
de set. 20
6356
1
de des. 19
9776