[MERGE] merged RCO's branch adding submenus tab on menu form

bzr revid: odo@openerp.com-20110408140052-6v8x0ibbl3i3o0kl
This commit is contained in:
Olivier Dony 2011-04-08 16:00:52 +02:00
commit 9cfda85bfa
1 changed files with 10 additions and 0 deletions

View File

@ -1436,6 +1436,16 @@
<page string="Groups">
<field name="groups_id" colspan="4" nolabel="1"/>
</page>
<page string="Submenus">
<!-- Note: make sure you have 'ir.ui.menu.full_list'
in the context to see all submenus! -->
<field name="child_id" nolabel="1">
<tree string="Menu">
<field name="sequence"/>
<field icon="icon" name="name" string="Menu"/>
</tree>
</field>
</page>
</notebook>
</form>
</field>