Monday, October 5, 2020
1 change · master
Enhancements to existing features
Numeric fields now insert the decimal separator that matches the user's display language when the numpad decimal key is pressed. This makes data entry more reliable for users with different keyboard layouts and regional number formats.
Original PR description
Until now, the numpad decimal key was not properly handled for some keyboard layouts. This commit will ensure that when this key will get pressed inside a numeric field, the user's display language decimal separator will get inserted. Taskid: 1913999 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