[IMP] portal: improve note on portal group

bzr revid: rco@openerp.com-20120917145825-jq6xux6tzob8pm66
This commit is contained in:
Raphael Collet 2012-09-17 16:58:25 +02:00
parent 6dc01c405b
commit 0d2e280567
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
<!-- The portal group -->
<record id="group_portal" model="res.groups">
<field name="name">Portal</field>
<field name="comment">Portal members can access information through the portal menu. Also, they are chrooted in this specific menu.</field>
<field name="comment">Portal members have specific access rights (such as record rules and restricted menus).
They usually do not belong to the usual OpenERP groups.</field>
<field name="is_portal" eval="True"/>
<!-- Insert the template user from auth_signup in the portal members group -->
<field name="users" eval="[(4,ref('auth_signup.default_template_user'))]"/>