This question has been flagged
2 Replies
5142 Views

hai ,

I want to know how to give privileges to  users.

example : I have two users an engineer and an operational manager . Here while login as engineer he just want to create a material requisition(create and read ) and he wants to approve that. when operational manager login's he wants to approve the material request approved by the engineer.How can i give these privileges in openeerp7.

Avatar
Discard
Best Answer

As IBS said you should go to

SETTINGS-->USER-->USER  for giving the particular application level access rights...

If you are unsatisfied with this option then go for...

SETTINGS-->USER-->GROUP here you can creatr your own group or you can edit existing group.. which may reflect in USER...

Avatar
Discard
Best Answer

You need to look into user groups and access rights.

Avatar
Discard
Author

thank you, but here i created a new group for these users and how can i give privilege to a button usisng this group.?

Modify the XML view and add the groups attribute to the button, something like groups="some_group"