Skip to Content
मेन्यू
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
Discard

can you explain it a bit more with example

Author

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

Author

@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 Replies Views Activity
0
फ़र॰ 19
2608
7
अग॰ 25
27743
1
दिस॰ 17
5941
0
अग॰ 19
3347
3
फ़र॰ 24
1289