Monday, August 27, 2018
2 changes · master
Resolved issues and error corrections
Fixed an error that occurred when users clicked tags or badges in certain many-to-many fields that were not configured with a color option. This prevents an unexpected crash and keeps the form interaction smooth for users.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web?#id=1878918&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.3cd18dde8b851ff0d8d3941733c5fa64 Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix ensures web requests can be properly cancelled when they are no longer needed, improving performance and avoiding delays. It also fixes a problem where users with multiple browser tabs could miss messages or see loading errors when opening Odoo.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr