I have get the current user group( Like manager etc.)
I have two group.(salesman,Manager).
User A gives a Manager group. User B gives a Salesman.
When B login so we retrive group.
How this possible.
I have get the current user group( Like manager etc.)
I have two group.(salesman,Manager).
User A gives a Manager group. User B gives a Salesman.
When B login so we retrive group.
How this possible.
Hi, in your .py file, you could doing this : groups_id = self.pool.get('res.users').read(cr, uid, uid)['groups_id']
Hope this could help..
help.openerp.com/question/19972/how-to-implement-typical-security-rule-to-user-group/?answer=19975#post-id-19975
Thanks but in this code, "user.group_ids:" not found
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się| Powiązane posty | Odpowiedzi | Widoki | Czynność | |
|---|---|---|---|---|
|
0
gru 25
|
3007 | |||
|
0
wrz 24
|
2754 | |||
|
1
mar 21
|
3814 | |||
|
2
gru 25
|
1228 | |||
|
2
gru 24
|
3256 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
http://help.openerp.com/question/19972/how-to-implement-typical-security-rule-to-user-group/?answer=19975#post-id-19975
Similar solution