I am a developer with no Python knowledge.
I created some custom fields to crm.lead. I need, when trasforming a lead into opportunity/customer, that these fields were transferred there too.
To be more precise, I created a custom field in leads named "x_leads_photo_url", how can I send the value contained into this field to res.Partner?
If I create another custom field in res.Partner, how do I bind it with x_leads_photo_url in order to receive the value when the lead is transformed in opportunity?
Thank you.