Hello,
In the inventory module, when I make a delivery, I would like the list of locations available for transferring goods to include only those that contain the product in question.
My store has around 100 locations, and it's difficult for my staff to remember which location each product is in.
So, when they make a delivery, they either have to physically go into the store to see where the product was taken from (which is not at all optimal), or check the list of locations in which the product is stored, from the product sheet, which is not ideal either.
I'd therefore like the delivery interface to show, when they select a product to be delivered, the list of selectable locations to include only those containing the product just selected. Naturally, if there are only two or three left, they'll be in a much better position to choose.
I tried to use a domain to create this filter, based on the 'Qty → product_id' field accessible from 'location_id', but I couldn't do it. I'm on Odoo online with Odoo Studio, so I have some customization possibilities, but they're not very extensive either.
Does anyone have a solution to my problem?
Thank you in advance, and I'll be happy to talk to you.