I see that a template user is created. Where is it for?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
12988
Vistas
it's created by the auth_signup module and it is used as a template when new users sign-up to openerp.
<!-- Default template user for new users signing in -->
<record id="default_template_user" model="res.users">
<field name="name">Template User</field>
<field name="login">portaltemplate</field>
<!-- No password: this template user doesn't need to log in -->
<field name="password"></field>
<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,)]"/>
</record>
ok, but should that template user be hidden for the other users? I, as admin can e.g. log a phone call on that user, or make it the owner of a car. Seems strange, or am i wrong?
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
How to activate a created user?
Resuelto
|
|
2
ene 24
|
12910 | |
|
2
mar 15
|
7105 | ||
|
0
dic 24
|
9384 | ||
|
3
sept 24
|
21474 | ||
|
5
dic 24
|
52774 |