Daily updates from Odoo
Wednesday, September 23, 2015
5 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
This fixes a navigation issue in the Google Calendar settings screen where a return link appeared or behaved incorrectly at the top of the page. Users configuring Google Calendar integration should now have a smoother, less confusing setup experience.
Original PR description
issue : 19877
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
This fixes an error that could occur when viewing task or issue reports in the Project app. The report now uses the correct project-related name field, helping users open and sort these reports reliably.
Original PR description
<b>Commit:</b> FIX] project: add name field that related to account.analytic.account model (analytic_account_id field). order by 'name' field rename to 'name_related' field. <b>Task Issue:</b> https://www.odoo.com/web#id=647019&view_type=form&model=project.issue&action=609