[IMP] minor customization to partners view, added default_focus

bzr revid: nicolas.vanhoren@openerp.com-20120726154346-3094asen5mdo84nq
This commit is contained in:
niv-openerp 2012-07-26 17:43:46 +02:00
parent 4a2ac856ab
commit b4565d0f48
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
(<field name="is_company" on_change="onchange_type(is_company)" class="oe_inline"/> <label for="is_company" string="Is a Company?"/>)
</div>
<h1>
<field name="name"/>
<field name="name" default_focus="1"/>
</h1>
<field name="category_id" widget="many2many_tags" placeholder="Select Tags"/>
</div>