Am using ' create_uid' field in crm.phonecall model, which is a many to one field.
when i convert that phonecall to opportunity using 'convert to opportunity' button.
I want the data in create_uid to be transfered to a custom field in 'crm.lead' model (this model holds the code for opportunity).
thanks in advance
Inherit method def convert_opportunity() and pass the create_uid from crm.phonecall to custom field of crm.lead object.