add a page with submenus in edit_menu_access form

bzr revid: rco@openerp.com-20110330153321-bstnetdx7cg7q6ii
This commit is contained in:
Raphael Collet 2011-03-30 17:33:21 +02:00
parent a0c1363fd6
commit edaae88606
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>