This question has been flagged

Hi Guys

Please how can I give parameters/context while using request.redirect in odoo Controllers

Thanks a lot !


Avatar
Discard
Best Answer

I think you need this one

 return http.request.render('module_name.your_template_id', { 
    'data1':data1, 
    'data2':data1 
})


Avatar
Discard
Author

This just change the template but not the url