Hello everyone,
I'm trying to create a custom filter in the Inventory module that displays only the warehouses associated with the sales teams to which the logged-in user belongs. I've been struggling to get this working and tried several combinations, but nothing seems to work. For example, I tried the following domain filter:
[("warehouse_id.sale_team_ids", "in", [uid])]
Unfortunately, this filter doesn't return any results. Could someone guide me on how to correctly set up a domain filter that achieves this?
Thanks in advance for your help!