[FIX] Hide 'Portal Settings' tab for non group_user.

bzr revid: vta@openerp.com-20121129125418-s9jswrsj1sxxgy09
This commit is contained in:
vta vta@openerp.com 2012-11-29 13:54:18 +01:00
parent b1c8c44393
commit 191536962d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<field name="inherit_id" ref="event.view_event_form"/>
<field name="arch" type="xml">
<xpath expr="//page[last()]" position="after">
<page string="Portal Settings">
<page string="Portal Settings" groups="base.group_user">
<group>
<field name="visibility"/>
</group>