When i create customer or click customer button in pos, the list of customers along with vendors and users like admin and other employees are displayed as customer. I want to restrict it. Kindly guide.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
737
查看
Hello Ahmed,
thanks for reply. Yes i tried adding domain filters to res.partners. then it gives error code. I got stucked then. Can you please suggest . Thanks
Hello Rohit,
You have to handle it by writing code. As far as I know, there is no default option in Odoo that you can enable to restrict it. You have to add a filter on the res.partner module when loading it into the POS.