Thursday, December 6, 2018
1 change
Resolved issues and error corrections
This fix prevents line charts from failing when they encounter missing label values, especially when multiple groupings are used or users switch from bar charts to line charts. Business users get a more reliable graph view instead of an error traceback when opening reports.
Original PR description
Description of the issue/feature this PR addresses: Issue-Link: https://www.odoo.com/web#id=1882328&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 Pad-ID: https://pad.odoo.com/p/r.d6a3403499a66e5503978336375515ae Before this commit: While the user was opening first-time line chart graph, at that time undefined label values were not being converted into undefined string due to misplacing code. So it was giving traceback error. After this commit: The code has been moved to the proper place. Issue-ID: 1882328 Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr