simple XML fix

bzr revid: rco@openerp.com-20110421114338-gwd8oqh9how6rqj8
This commit is contained in:
Raphael Collet 2011-04-21 13:43:38 +02:00
parent 8914ee5c9c
commit 2f5f7deac8
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ the portal's users.
string="Create Parent Menu"/>
<separator string="Other Groups assigned to Users" colspan="2"/>
<separator string="Widgets assigned to Users" colspan="2"/>
<field name="other_group_ids" nolabel="1" colspan="2" rowspan="7"/>
<field name="widget_ids" nolabel="1" colspan="2" rowspan="7">
<field name="other_group_ids" nolabel="1" colspan="2"/>
<field name="widget_ids" nolabel="1" colspan="2">
<tree string="Widgets" editable="bottom">
<field name="sequence"/>
<field name="widget_id"/>