Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
5 ตอบกลับ
2764 มุมมอง

Hi all,

I don t know how, but since some time "seeting" and "app" menu disapear from the header menu : http://hpics.li/7f3ac9b

Have some one any idea to get them back ? 

อวตาร
ละทิ้ง

Did you remove "Settings" access rights from your admin user?

I m not sure ... there is a way to check that ?

2016-05-12 11:33 GMT+04:00 Ermin Trevisan <trevi@twanda.com>:

Did you remove "Settings" access rights from your admin user?

--
Ermin Trevisan

Sent by Odoo S.A. using Odoo



--
cordialement / regards
Gilles TARNUS
ผู้เขียน คำตอบที่ดีที่สุด

i try this :

  1. Log into your PostgresSQL database
  2. Run this to find the User ID of your admin user: select id,login from res_users;
  3. Run this to give you access back to the settings: Insert into res_groups_users_rel values (the_id_found_in_step_2, 2);

But it s not working for me, the table res_groups_users_rel have 2 columns gid and uid, i guess uid is 1 so i invert values for the query n°3 : Insert into res_groups_users_rel values (2, 1); => "settings" not appear

Edit (can not post a new answer) : Good Work it works !!! Thank you

อวตาร
ละทิ้ง

The ID of the admin user is by default 1 :-)

คำตอบที่ดีที่สุด

 Can you please try to restart odoo server with --update=all 

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

I think you changed access rights of admin. You need to re assign access rights to admin user by query..

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ก.ย. 16
9249
1
ต.ค. 17
11494
2
ก.ย. 16
5559
1
ส.ค. 16
3712
1
ก.ย. 22
6820