This question has been flagged
1 Reply
2411 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