This question has been flagged
3 Replies
1761 Views

Hi,

Is it possible to have visibility on customers, sales, invoice according to salesman ?

Example :

Customer1 visible by User1 (salesman)

Customer2 visible by User2 (salesman)

Customer1 and Customer2 visible by (sales director)

Doable ? natively or by custom module ?


Thanks

Avatar
Discard
Best Answer

Hi,

It can be done by using the record rules. Either you can write a rule from the UI or can create it as a custom module.


If from UI:

Activate the developer mode and navigate to Settings -> Technical -> Security -> Record Rules


For more have a look at this link: https://www.odoo.com/documentation/10.0/reference/security.html


Thanks

Avatar
Discard
Best Answer

Hi Jordan it is all about to record rules and you can either do it by developing your new module or you can do it from Settings -> Technical -> Security -> Record Rules where you can add needed rights.


Avatar
Discard
Best Answer

By default, we have access rights see own sales means the user can see the sales where sales person == current user . The same way you can do for customers.

Avatar
Discard