Is there a way to get the qty_available of a specific delivery/stock picking (I always get one product per delivery)?
I have the stock.picking of the delivery.
Something in line with the following but can't figure out which context variable to provide for the picking
self.product_id.with_context({'picking_id' : self .picking_id, 'strict' : True}).qty_available
Thank you!
Hi,
Please refer to this forum answer.
https://www.odoo.com/forum/help-1/how-to-get-qty-available-value-of-a-product-in-custom-field-created-in-sale-order-line-188569
Thank you, and almost there but not quite.
I needed the available quantity for a specific delivery and not for a location.