跳至内容
菜单
此问题已终结
784 查看

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.
形象
丢弃
相关帖文 回复 查看 活动
1
8月 25
410
1
8月 25
374
4
7月 25
1706
1
7月 25
972
2
7月 25
995