How to do it...

  1. Define your field as usual, but don't close the tag:
<field name="child_ids"> 
  1. Write the view definition(s) into the tag:
<tree>
<field name="name" />
<field name="email" />
<field name="phone" />
</tree>
<form>
<group>
<field name="name" />
<field name="function" />
</group>
</form>
  1. Close the tag:
</field>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset