Skip to content
Snippets Groups Projects
Commit e2bbee6d authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] crm: Creating an opportunity from the pipe

When creating an opportunity from the kanban view with the crm.lead.form.simple,
setting the partner_id didn't set the fields email and phone by the onchange.

opw:708514
parent b36b79cf
No related branches found
No related tags found
No related merge requests found
......@@ -204,6 +204,8 @@
<group>
<field name="name" string="Opportunity Title" placeholder="e.g. Customer Deal"/>
<field name="partner_id"/>
<field name="email_from" invisible="1"/>
<field name="phone" invisible="1"/>
<label for="planned_revenue"/>
<div class="o_row">
<field name="planned_revenue"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment