This question has been flagged
1 Reply
16035 Views

I have to setup two user roles Warehouse Staff and Warehouse Chief

Their permission is as follows

1) Purchase Requisitions

-> Warehouse Chief - read, write, create, delete

-> Warehouse Staff - read, write, create

2) Stock

-> Warehouse Chief - read, write, create, delete, report

-> Warehouse Staff - read, write, create, report

How can i do this in openerp?

Avatar
Discard

For those who are still coping to achieve the same: https://apps.odoo.com/apps/modules/13.0/security_user_roles/

Best Answer

I think you are meaning Warehouse manager and Warehouse user.

You can set the permission via the web interface under Settings->Users->Groups->Access Rights OR If you have created a module you can directly edit the module/security/ir.model.access.csv Maybe edit with Spreadsheet and save.

Grahame

Avatar
Discard
Author

i have roles like CEO, Managing Director, etc... so should i create a group 'CEO' for CEO role?