Friday, July 23, 2021
2 changes · master
Enhancements to existing features
Odoo's web interface now allows developers to register Tab and Delete keyboard shortcuts through the hotkey system. This enables more consistent keyboard navigation and shortcut handling in future web features, with minimal direct impact on end users today.
Original PR description
Description of the issue/feature this PR addresses:
This PR adds ability to track Tab & Delete shortcuts via hotkey_service.
Current behavior before PR:
Developers can't use hooks `useHotkey("Tab", ...)` or `useHotkey("Delete", ...)`
Desired behavior after PR is merged:
Developers can use hooks `useHotkey("Tab", ...)` or `useHotkey("Delete", ...)`
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prContact tag management now includes a color picker in both list and form views, making it easier for users to visually organize and distinguish tags. The update also improves field wording and guidance when creating or editing tags.
Original PR description
Description of the issue/feature this PR addresses: This PR applies some minor changes to the 'Contact' module: It will (1) add a color picker to the 'Contact Tags' sections, (2) update the placeholder of the field `name` and (3) update the label of the field `color`. Current behavior before PR: The list view and the form view of the 'Contact Tags' sections do not have a color picker. Desired behavior after PR is merged: The list view and the form view of the 'Contact Tags' sections have a color picker. Task id: 2608410 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr