[IMP] res_partner: remove help for quick create of user_id

bzr revid: chm@openerp.com-20130304130632-ym2iax2b3p89ifn3
This commit is contained in:
Christophe Matthieu 2013-03-04 14:06:32 +01:00
parent ac1684c59f
commit b860c00593
1 changed files with 1 additions and 2 deletions

View File

@ -270,8 +270,7 @@
<group>
<group>
<field name="user_id"
context="{'default_groups_ref': ['base.group_partner_manager', 'base.group_user']}"
help="If you use the quick create, the new user will have access to 'Partner' as a manager and will be added as an employee."/>
context="{'default_groups_ref': ['base.group_partner_manager']}"/>
<field name="company_id" groups="base.group_multi_company" widget="selection"/>
</group>
<group>