Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
15724 Vistas

Hello,

Any one know how to force relaod of page where i save record with the save button ( write function). I tried the return { 'target':'ir.actions.client', 'tag':'reload'} but it dosnt work.

Thanks.

Avatar
Descartar
Mejor respuesta

try:

return {
                'type': 'ir.actions.client',
                'tag': 'reload',
                }

instead of 'target' use 'type'

Avatar
Descartar
Mejor respuesta

where do you put this code

Avatar
Descartar