Skip to Content
Menu
This question has been flagged
3 Replies
3009 Views

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.

Avatar
Discard
Best Answer

You don't need to transfer the value to res.partner, just add the field in "crm.lead" model and then include it in these views:

crm.lead.form.lead

crm.lead.form.opportunity

The value set in the lead form will be transferred to opportunity. 


Avatar
Discard
Best Answer

Unfortunately no.

Avatar
Discard
Best Answer

Hi,

Did you find any solution for the above?

Avatar
Discard