This question has been flagged
2 Replies
5574 Views

My company has 3 different physical stock locations, how can I give limited access to only one stock location to each of the 3 warehouse managers, so they access only to delivery / reception orders and stock level of their own stock location ?

Avatar
Discard
Best Answer

I guess, this app would suit your requirements: https://apps.odoo.com/apps/modules/9.0/stock_limitation/

Avatar
Discard
Best Answer

Insert in the stock.location class a field called manager_id where you save the manager user id. Inherit the location action so you can add the manager_id domain in relation with uid value. With this system every user can view only the location where the manager id is the some of hiself user id.

Avatar
Discard