跳至内容
菜单
此问题已终结
1 回复
8545 查看

Hello!

I had some issue with Settings menu shown to administrator, but when I modified access rights to administrator, I have lost permissions for configuration module.


To try to recover it, I  have added a record to res_groups_users_rel with this query:

insert into res_groups_users_rel (gid, uid) values (3, 1);


That way, I have recovered the settings menu to be shown to administrator, however, when I go to that option, an access denied error is shown. How can I  actually recover access rights for administrator user? which other table do I need to insert a record into.

Thanks

Jaime

形象
丢弃

What is the original change you've done that caused losing configuration module? Was that change via the system or from the outside?

insert into res_groups_users_rel (gid, uid) values (3, 2);

最佳答案

insert into res_groups_users_rel (gid, uid) values (3, 2);


形象
丢弃
相关帖文 回复 查看 活动
1
10月 19
5108
3
7月 25
6866
6
3月 15
9529
1
8月 25
3279
3
12月 24
1323