I can´t find the function get_product_available in Odoo 8.0.
How can i get the available quantity for a specific product in a specific location on a specific date in Odoo 8.0?
OpenERP 7 function call:
qty = product_obj.get_product_available(cr, uid, [product.id], context ={'location' : location_id.id, 'states': ('done',), 'what': ('in', 'out'), 'to_date': to_date })[product.id]