I want to get the value/amount from a particular location.
I call the stock_value field from product.product model, but it returns the value from overall location, I just want to get the value from a specific loc like if I have two locs Wh/Main and Wh/Extra, I only want to fetch it from extra, how can I do it, I tried the with_context but It has an error comparing apples and oranges.