i want to get product stock on specific date like
what is product stock 1st Jan 2019
product stock <= 01-jan-2019
same like date what is product stock at
product stock <= 01-mar-2019
may i use this type of query
product.with_context({'warehouse': warehouse}).qty_available but where i can specify date ?????
Hi! Does anyone know how that would work on odoo16?
I am trying to find this exact information and I cannot.
Thank you!
checking the v16, source code, same method is expected to work, did you miss to pass the to_date in context