Skip to content

Commit

Permalink
[FIX] res_partner: fixed display of simplified partner form view (ima…
Browse files Browse the repository at this point in the history
…ge and fields display was messy)
  • Loading branch information
tde-banana-odoo committed Aug 20, 2014
1 parent 9d50b47 commit 6c5cde6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions openerp/addons/base/res/res_partner_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@
placeholder="Company"
domain="[('is_company', '=', True)]" context="{'default_is_company': True}"
attrs="{'invisible': [('is_company','=', True)]}"/>
<group>
<field name="category_id" widget="many2many_tags" placeholder="Tags..."/>
<field name="function" placeholder="e.g. Sales Director"/>
<field name="user_ids" invisible="1"/>
<field name="email" widget="email" required="context.get('force_email', False)" attrs="{'required': [('user_ids','!=', [])]}"/>
<field name="phone"/>
<field name="mobile"/>
</group>
</div>
<group>
<field name="category_id" widget="many2many_tags" placeholder="Tags..."/>
<field name="function" placeholder="e.g. Sales Director"/>
<field name="user_ids" invisible="1"/>
<field name="email" widget="email" required="context.get('force_email', False)" attrs="{'required': [('user_ids','!=', [])]}"/>
<field name="phone"/>
<field name="mobile"/>
</group>
</form>
</field>
</record>
Expand Down

0 comments on commit 6c5cde6

Please sign in to comment.