Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
801 Lượt xem

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.
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 8 25
157
1
thg 8 25
585
1
thg 8 25
489
4
thg 7 25
1823
1
thg 7 25
1039