This question has been flagged
1 Reply
4154 Views

Hi, guys!

I added some custom fields to model 'crm.lead' and to model 'res.partner'. When I convert lead to opportunity, odoo creates customer. And I want that customer has custom fields with values from lead. How can I do this?

Thanks.

Avatar
Discard
Best Answer

You inherit method _convert_opportunity or action_apply from class crm_lead2opportunity_partner - file crm/wizard/crm_lead_to_opportunity.py

Avatar
Discard