Daily updates from Odoo
Wednesday, September 23, 2015
3 changes · master
Resolved issues and error corrections
This change fixes a problem that could cause the system to get stuck in an endless loop when updating parent-child relationships across multiple records. It adds a test to ensure the issue does not return, improving reliability for users managing hierarchical data.
Original PR description
Task: https://www.odoo.com/web#id=12616&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.0kMnmgPS703x5cwb
Fixed a problem that caused the Point of Sale sales details report to fail when users tried to print it. This helps businesses reliably generate sales reports for selected dates and users without interruption.
Original PR description
issue 645991
Issue in detail - https://goo.gl/7g5p7F
Caused commit - https://github.com/odoo/odoo/commit/c9492f8904592a848f558ab88b500de952ba7f6e#diff-43cec339405f07a0380c8d094f8db68dR32
steps to Reproduce-
1. Go to point_of_sale -> reports -> sale details
2. give values of start date, end date and users(if you don't select any user, it will consider all, Here in both cases throws traceback) in
wizard and click on print report button. Will give you trace back.
3. Traceback image - https://goo.gl/0QYscRSales and purchase reports now show corrected values, helping teams rely on more accurate reporting for decisions. The sales report quotations filter was also fixed so users can find the right records more reliably.
Original PR description
fixed issue of sale and purchase report showing wrong values and also fixed domain issue on quotations filter (sales report) Issue: https://www.odoo.com/web#id=647198&view_type=form&model=project.issue&action=609