Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

How do you restrict a POS user from viewing other user's orders?

形象
odoo
形象
丢弃
1 答案
0
形象
odoo
最佳答案

You will need to create a record rule (Technical Features under Settings -> Security) a little bit like the Personal Order Lines rule:

[('user_id','=',user.id)] is the rule on the point of sale (order). In the groups, it would be logical to use Point of Sale / User. (The Point of Sale Manager will see them all, but the user will be restricted)

形象
丢弃