Reputation: 111
Using Odoo 9 SA, I've added custom fields to my crm.lead model and added those fields to a registration form. I'd like to have that custom lead information carry over to the contact record that is created in res.partner when the lead is qualified.
My question is how can I go about doing that? I don't know where the action is that would copy the fields from crm.lead to res.partner.
Upvotes: 0
Views: 653
Reputation: 769
You must add these fields to res.partner model and it will store it (related fields would be best choise I think)
Upvotes: 1