I'm working on POS odoo 13.
I have 2 shops and of the same company. so I created 2 different warehouse locations for 2 shops (SW1 and SW2). I'll transfer products from the company warehouse to the shop warehouse.
What I want is, when I start the session for shop1 it should show only products available in SW1 and the same for shop2.
As I know products shown in POS directly come from (product.product). How can I connect it to the warehouse location?
can you explain further
In the product master, you can create multiple POS Categories. And you can assign that to the product. Now, based on these categories, you can restrict the product showing in the POS terminal.