Skip to Content
Menu
This question has been flagged
1 Reply
2567 Views

I am try to set technical features for user but from db how can I do that


Avatar
Discard
Best Answer

for odoo v8,find the Technical Features group id and user's id and replace the value in below query.

Find the Technical Features group id and user's id and replace the value with group-id and user-id in below query. and then run

INSERT into res_groups_users_rel values(group-id, user-id);

Will work!



 

Avatar
Discard

it will work in v10 as well. since database tables are the same as in v8

Related Posts Replies Views Activity
1
Aug 23
12546
1
Aug 23
11049
1
Jul 23
7226
4
Apr 23
8676
2
Feb 23
17594