[IMP] change contacts page location

bzr revid: kjo@tinyerp.com-20120221110032-yq9jo9t2m8v3t82o
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-02-21 16:30:32 +05:30
parent 81c288015c
commit aea4dc6931
1 changed files with 3 additions and 3 deletions

View File

@ -367,6 +367,9 @@
<field name="category_id" nolabel="1" colspan="8" />
</group>
</page>
<page string="Contacts" attrs="{'invisible': [('is_company','=', False)]}">
<field name="child_ids" nolabel="1"/>
</page>
<page string="Sales &amp; Purchases">
<separator string="General Information" colspan="4"/>
<field name="user_id"/>
@ -385,9 +388,6 @@
<page string="Notes">
<field colspan="4" name="comment" nolabel="1"/>
</page>
<page string="Contacts" attrs="{'invisible': [('is_company','=', False)]}">
<field name="child_ids" nolabel="1"/>
</page>
</notebook>
</form>
</field>