Friday, March 25, 2016
1 change
Resolved issues and error corrections
This fix prevents an error from appearing when users press Backspace while typing in the search bar. It makes search input correction smoother and avoids an unnecessary interruption during normal use.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web?#id=672949&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: If you try to search something and hit the backspace key(may be for correction) you will get traceback. Desired behavior after PR is merged: Now, no traceback on pressing backspace key while entering text. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr