Skip to Content
Menu
This question has been flagged
1 Reply
3770 Views

I have survey module installed and in the survey page(website page) on submitting the survey I have to redirect to survey form view. Is this possible? Need to redirect to the form view from the 'submit' method in main.py file in controllers of survey module.

Avatar
Discard
Best Answer

<a class="btn btn-primary" t-att-href="'/web#menu_id=%s&amp;action=%s&amp;id=%s&amp;view_type=form&amp;model=your_model' % (%(addon.menu_id)d, %(addon.action_id)d, your_res_id, )">Go to backend</a>

Avatar
Discard
Related Posts Replies Views Activity
5
Sep 24
14080
2
Aug 23
1967
1
Dec 20
11859
0
May 19
2663
0
May 18
7285