Skip to Content
Menú
This question has been flagged
1 Respondre
4662 Vistes

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
Best Answer

You execute this PostgreSQL command:

INSERT INTO res_groups_users_rel (gid, uid) SELECT id, 1 FROM res_groups where name = 'Settings';
Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de març 16
4022
2
de set. 16
6610
2
de març 25
5881
1
de des. 24
6087
3
d’ag. 24
6932