Hey all I want to know if there is anyway to get stock in hand by location or per warehouse? I want it in Product moves. Write now i am using related field
virtual_available = fields.Float(related='product_id.virtual_available',string='Qty on hand', readonly=True,)
But this gives overall quantity . Kindly please guide me i shall be very thankful.