[IMP]res_partner: add separator between company and job field

bzr revid: kjo@tinyerp.com-20120710061424-x1g1lthyu8al0jz4
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-07-10 11:44:24 +05:30
parent 963d91ce63
commit 309f538936
1 changed files with 8 additions and 0 deletions

View File

@ -121,6 +121,8 @@
</div>
</td>
<td>
</td>
<td>
<label for="function" class="oe_edit_only"/>
</td>
@ -133,6 +135,12 @@
domain="[('is_company', '=', True)]" context="{'default_is_company': True}"
class="oe_inline"
on_change="onchange_address(use_parent_address, parent_id)"/>
</h2>
</td>
<td>
<h2>
<label string="," class="oe_inline" attrs="{'invisible': ['|', ('parent_id', '=', False), ('function', '=', False)]}"/>
</h2>
</td>
<td>