Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4389 Vistas

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
Mejor respuesta

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...!!

Publicaciones relacionadas Respuestas Vistas Actividad
2
ago 22
11784
2
may 21
8629
2
ago 25
12076
5
sept 20
6355
1
dic 19
9769