Skip to content
Snippets Groups Projects
Commit 3b563443 authored by odoo-tac's avatar odoo-tac
Browse files

[FIX] res_partner: name field is still required on all types of res_partners.

parent 8d53febd
No related branches found
No related tags found
No related merge requests found
......@@ -285,7 +285,7 @@
</div>
</group>
<group>
<field name="name" attrs="{'required': [('type','=', 'contact')]}" string="Contact Name"/>
<field name="name" string="Contact Name"/>
<field name="title" placeholder="e.g. Mr."
attrs="{'invisible': [('type','&lt;&gt;', 'contact')]}"/>
<field name="function" placeholder="e.g. Sales Director"
......
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