Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
4689 Vistas

Hi

In an Odoo installation we have an administrator who wanted to test what the specfic permission levels to the settings app would give access to. By mistake the administrator set the wrong permission for the settings app so that he does no longer have access to this. This user account is the only administrator in this odoo instance.

Is there a way to either set the correct permission from the commandline or create a new administrator from the commandline, so that we can fix this issue.

Obviously there is missing some validation in Odoo, so that the first administrator created, when creating the database, cannot be locked out like this.

Avatar
Descartar
Mejor respuesta

You execute this PostgreSQL command:

INSERT INTO res_groups_users_rel (gid, uid) SELECT id, 1 FROM res_groups where name = 'Settings';
Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
mar 16
4071
2
sept 16
6681
2
mar 25
5908
1
dic 24
6134
3
ago 24
6988