This question has been flagged
1 Reply
3069 Views

My admin account access rights was changed by a mistake from setting to configurations, I can login the system but I've lost the setting button/link in the dashboard and failed to change the access rights to settings again since there's only one administrator.

I'm running odoo on an online virtual machine with win7 OS.

Can anyone help please? 

Avatar
Discard
Best Answer

Hello,

Have you access to the DataBase ?

If yes, then you can make a quick workaround by executing this sql:

INSERT INTO res_groups_users_rel (gid,uid) VALUES (3,1);

after executing this sql, you've to log out and log in again, then refresh the page. When you go to settings menu a 'Access denied" message may appear just close it, and hit the users menu, then refresh the page .... 

When the user's record appear modify the administration access through the UI.

Hope this could help ...

Avatar
Discard