I'm trying to find a way to have a URL that will open an editing form for a new Odoo model instance and pre-populate some form fields. I think that a web controller is the way to handle the request, but I don't know how to redirect to a form in edit mode. Is there a way to do this from within a web controller?
Thanks