[FIX] base, res.partner.form view: removed group no one on title field as this field is sometimes filled (migration, contact creation from lead...) and sometimes used as well (in reports). Besides there is no good reason to hide it

bzr revid: qdp-launchpad@openerp.com-20121227142116-zl8n0v550pbf12ju
This commit is contained in:
Quentin (OpenERP) 2012-12-27 15:21:16 +01:00
parent 50ceb88012
commit eec2a5c96c
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@
<field name="fax"/>
<field name="email" widget="email"/>
<field name="title" domain="[('domain', '=', 'contact')]"
groups="base.group_no_one"
options='{"no_open": True}' attrs="{'invisible': [('is_company','=', True)]}" />
</group>
</group>