Reviewers: ,
Please review this at http://codereview.tryton.org/718002/ Affected files: product.py Index: product.py =================================================================== --- a/product.py +++ b/product.py @@ -662,6 +662,7 @@ context = { 'stock_date_start': date_start, 'stock_date_end': date, + 'forecast': True, } with Transaction().set_context(**context): quantities[date] = Product.products_by_location(
