Skip to Content
Menu
This question has been flagged
743 Views

I implemented a REST API on odoo using a controller. the API receives the contact id which I need to use to open the main contact page. I tried with request.redirect but it doesn't work "request.redirect("http://127.0.0.1:8069/web#id=26&cids=1&menu_id=338&action=475&model=res.partner&view_type=form") Thanks in advance.



Avatar
Discard