@ -153,7 +153,8 @@
</page>
</page>
<page name= "personal-info" string= "Personal Information" attrs= "{'invisible': ['|',('is_company','=',True)]}" >
<page name= "personal-info" string= "Personal Information" attrs= "{'invisible': ['|',('is_company','=',True)]}" >
<p attrs= "{'invisible': [('contact_id','=',False)]}" >
<p attrs= "{'invisible': [('contact_id','=',False)]}" >
To see personal information about this contact, please go to to the his person form: <field name= "contact_id" class= "oe_inline" domain= "[('contact_type','!=','attached')]" context= "{'show_address': 1}" options= "{'always_reload': True}" />
To see personal information about this contact, please go to to the his person form: <field name= "contact_id" class= "oe_inline" domain= "[('contact_type','!=','attached')]" context= "{'show_address': 1}"
on_change="onchange_contact_id(contact_id)" options="{'always_reload': True}"/>
</p>
</p>
<group attrs= "{'invisible': [('contact_id','!=',False)]}" >
<group attrs= "{'invisible': [('contact_id','!=',False)]}" >
<field name= "birthdate_date" />
<field name= "birthdate_date" />
@ -162,7 +163,7 @@
</page>
</page>
</page>
</page>
<xpath expr= "//field[@name='child_ids']/form//field[@name='name']/.." position= "before" >
<xpath expr= "//field[@name='child_ids']/form//field[@name='name']/.." position= "before" >
<field name= "contact_type" readonly= "0" />
<field name= "contact_type" readonly= "0" on_change= "onchange_contact_type(contact_type)" />
</xpath>
</xpath>
<xpath expr= "//field[@name='child_ids']/form//field[@name='name']" position= "after" >
<xpath expr= "//field[@name='child_ids']/form//field[@name='name']" position= "after" >
<field name= "contact_id" on_change= "onchange_contact_id(contact_id)" string= "Contact"
<field name= "contact_id" on_change= "onchange_contact_id(contact_id)" string= "Contact"