Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
3 Antworten
6056 Ansichten

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
Verwerfen

can you explain it a bit more with example

Autor

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

Autor

@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

Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Feb. 19
2609
7
Aug. 25
27749
1
Dez. 17
5941
0
Aug. 19
3347
3
Feb. 24
1292