All my seniors, I have a security rule for Human Resources Employee and Contract. If user is manager role, user can see all data in contract including wage (salary). Otherwise, if user is assistance HR role, she can see all contract data except employee wage. Can I hide (invisible) fields in OpenERP with related security? Can I create a security rule like that? Need any access right mechanism.
Asked
Active
Viewed 947 times
1
-
Welcome to SO. Can you try to format your question to make it more readable - currently it is like a wall of text. Also, can you show what you have tried in terms of research and implementation so far, and what results that gave you. – mc110 Jul 04 '14 at 08:35
2 Answers
0
Yes you can do it in OpenERP. Apps have already common access rights to use for security purpose. but even you can modify for particular users.
For that you have to use GROUPS. Groups is specific group of people can assign some specific validations. I have already answered regarding this. You can find it here

Community
- 1
- 1

Bazzinga...
- 996
- 2
- 16
- 26
-
I mean for wage only.Mananger can see wage field and assistant can't see it. – user3664205 Jul 04 '14 at 10:01
-
1I think for that you have to develop single group because there is not any particular access right define in it. – Bazzinga... Jul 04 '14 at 10:14
-
-