Skip to Content
Menú
This question has been flagged
777 Vistes

how to redirect to a link when a survey is completed.

surveys last submit button action is _mark_done() i super the function and added 

return {
'type': 'ir.actions.act_url',
'url': '/web#action=your_action_id', # Replace with your desired URL or action
'target': 'self', # Use 'self' for same tab or 'new' for new tab
}
but its not working i also found the submit controller inside it i did return request.redirect(url) but still not working there are no errors but the page is not redirecting.
Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
d’ag. 25
159
1
d’ag. 25
303
4
de jul. 25
1639
1
de jul. 25
927
2
de jul. 25
943