[IMP] Base_contact: Layout improvements

lp bug: https://launchpad.net/bugs/485232 fixed

bzr revid: jvo@tinyerp.com-20091125135800-5v61d3411zypz51p
This commit is contained in:
Jay (Open ERP) 2009-11-25 19:28:00 +05:30
parent 458e0979cb
commit 7c769cf4bd
1 changed files with 3 additions and 2 deletions

View File

@ -325,7 +325,8 @@
<field name="inherit_id" ref="base.view_partner_address_form1"/>
<field name='type'>form</field>
<field name='arch' type='xml'>
<field name="email" position="replace">
<group string="Communication" colspan="2" col="2" position="after">
<newline/>
<field name="job_ids" mode="tree,form" colspan="4">
<tree string="Contacts" editable="top">
<field name="contact_id"/>
@ -344,7 +345,7 @@
<field name="email" widget="email"/>
</form>
</field>
</field>
</group>
</field>
</record>