Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
804 Переглядів

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.
Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
серп. 25
182
1
серп. 25
632
Change position chatter Вирішено
1
серп. 25
509
4
лип. 25
1853
1
лип. 25
1057