コンテンツへスキップ
メニュー
この質問にフラグが付けられました
885 ビュー

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
9月 25
155
2
8月 25
392
2
8月 25
508
2
8月 25
562
0
8月 25
528