Se rendre au contenu
Menu
Cette question a été signalée

I want to reload the kanban view of tasks in project while changing the task stages. Given return as:

return {
'type': 'ir.actions.client',
'tag': 'reload',
}
But its not working.
Avatar
Ignorer

can you explain it a bit more with example

Auteur

In project module, while changing the stages of task i want to reload the kanban view page.

Auteur

@api.onchange('stage_id')

def reload_page(self):

# codes

return {

'type': 'ir.actions.client',

'tag': 'reload',

}

When i call this function on a button click it works. But i need to reload the page automatically when the stage is changed

Publications associées Réponses Vues Activité
0
févr. 19
2611
7
août 25
27761
1
déc. 17
5945
0
août 19
3349
3
févr. 24
1307