[FIX] res.partner form view: remove now useless oe_inline class so `company` field can take 100% width of parent div

bzr revid: odo@openerp.com-20130410154242-kkgrthb5cb11d49d
This commit is contained in:
Olivier Dony 2013-04-10 17:42:42 +02:00
parent 8468af8606
commit 5a222c8f90
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
placeholder="Company"
domain="[('is_company', '=', True)]" context="{'default_is_company': True}"
attrs="{'invisible': [('is_company','=', True)]}"
on_change="onchange_address(use_parent_address, parent_id)" class="oe_inline"/>
on_change="onchange_address(use_parent_address, parent_id)"/>
<field name="category_id" widget="many2many_tags" placeholder="Tags..."/>
</div>
<div class="oe_right oe_button_box" name="buttons"> </div>