This question has been flagged
4971 Views

I was trying to convert lead to opportunity. Partner object are created automaticaly. Parther's fields such as email, name, etc are fill in from lead's fields email,name, etc automaticaly. I created new partner's field "hair color". And also I created lead's field 'hair color'.

My question is: how to copy 'hair color' value from lead object to 'hair color' in new partner object automaticaly, when I am converting lead to opportunity?

Avatar
Discard

Your answer is at def _convert_opportunity_data() in crm/crm_lead.py !

Author

Thanks for comments. But changing source code is not good solution. As I see no other ways.

In that question they don't change source code, they use the inherit (this means that they add a new folder, with new files, and this files just add some parameters to the original).

Hi Anton, have you success to correct your problem? I search, but not found... Can you help us please?