Skip to Content
Menu
This question has been flagged
1 Reply
1715 Views

I am using odoo 10 with multi companies, how can I setup users from others companies to not see the employees from an other company.(example I am user on company A, when I sign into my company I don't want to see employees from company B). I want each user to see and have access only to what belong to his companie. Thanks

Avatar
Discard
Best Answer

Presently Odoo supports no such options, because it will be a mess when Record Rules are written on it,

Especially for the User belonging to both the companies, then he must be able to manage/access all the Employees of all the Company, at-least pro-grammatically without any choas,

Because, some records/transaction done by xyz Employee of CompanyA may clash with abc User of CompanyB etc,.making it difficult to access those Records by another User.

So best option would be to set domain in the Action Window of Employee, if you can achieve setting it dynamically.

If not then achieve it using Dashboard, similar to Warehouse.

But either way you need to achieve yourself, since Odoo didn't get into the trouble of doing all those :) :)

 



Avatar
Discard
Author

Thanks