Looking for help to hook a button called "Convert to Lead" from my custom form view, on clicking of which should take me to the create lead form and pre-populate the appropriate fields from my custom document into the create lead document and be able to create a new lead.
The background is that I have integrated the CRM telephone call logs to a listview into my Odoo from a 3rd party telephone service, I am trying to implement a feature to convert a selected call log into a lead.
I am looking for code on the click action of "Convert to Lead" on my call log form view that would pass my values to CRM lead form to be able to create a lead.
Help with this is much appreciated. Thanks!
Thanks, that's exactly what I was looking for.