Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged

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
Opusti

can you explain it a bit more with example

Avtor

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

Avtor

@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

Related Posts Odgovori Prikazi Aktivnost
0
feb. 19
2610
7
avg. 25
27760
1
dec. 17
5944
0
avg. 19
3347
3
feb. 24
1305