[FIX] auth_signup: set an alias for the template user

bzr revid: chs@openerp.com-20131204122609-oi2b8g4p8cy13dux
This commit is contained in:
Christophe Simonis 2013-12-04 13:26:09 +01:00
parent 08ec6a3805
commit 8fc992910e
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
<field name="active" eval="False"/>
<!-- Avoid auto-including this user in any default group, just like a typical portal member -->
<field name="groups_id" eval="[(5,)]"/>
<!-- allow signuped users to have a alias -->
<field name="alias_name">_usertemplate</field>
</record>
<record id="default_template_user_config" model="ir.config_parameter">