I am try to set technical features for user but from db how can I do that
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
2567
Views
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!
it will work in v10 as well. since database tables are the same as in v8
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Aug 23
|
12546 | ||
change password
Solved
|
|
1
Aug 23
|
11049 | |
|
1
Jul 23
|
7226 | ||
|
4
Apr 23
|
8676 | ||
|
2
Feb 23
|
17594 |