Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
15740 Vues

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
Ignorer
Meilleure réponse

try:

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

instead of 'target' use 'type'

Avatar
Ignorer
Meilleure réponse

where do you put this code

Avatar
Ignorer