Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4719 Tampilan

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
Buang
Jawaban Terbai

You execute this PostgreSQL command:

INSERT INTO res_groups_users_rel (gid, uid) SELECT id, 1 FROM res_groups where name = 'Settings';
Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Mar 16
4107
2
Sep 16
6721
2
Mar 25
5977
1
Des 24
6214
3
Agu 24
7061