Hello,
When i click on Inventory module, i've got all warehouses displayed.
I want a default filter to display only stock.picking.type whose warehouse_id = the default warehouse (property_warehouse_id) of the current user
I tried to add the following filter in the search view but it doesn't work
filter string="Mon Entrepôt" name="my_warehouse" domain="[('warehouse_id', '=', user.property_warehouse_id.id)]"
I tried to change user with uid, to add .id at the end or not, but nothing works
Is anybody has an idea ?