Wednesday, July 17, 2019
1 change · master
New functionality added to Odoo
The stock forecast report is replaced with a clearer graph that shows inventory quantities both in the past and the future. This helps users analyze historical stock levels and upcoming planned movements more easily, with a simpler and more performant reporting approach.
Original PR description
The issue with the current forecast report is that you are not able to see the quantity in the past. Also the code is complicated due to the cumulative quantity that has to be computed twice in python and in a read_group override. So we decided to remove it and replace it by a new report based on the stock quant and planned in/out moves. The report will be displayed in a graph view and a analyse for past stock will be available. More detail in each commit. Task: 2000948