Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
799 Visualizações

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
ago. 25
55
1
ago. 25
554
1
ago. 25
474
4
jul. 25
1802
1
jul. 25
1023