Monday, August 10, 2020
2 changes · master
Enhancements to existing features
This update strengthens accounting period controls by guiding users to resolve blocking items and limiting resequencing to authorized accounting roles. It also improves French FEC exports by adding a test export option and automatically locking the fiscal year when an official file is requested, supporting compliance and reducing mistakes.
Original PR description
-- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Canned replies in Mail now appear immediately but are not automatically selected, reducing accidental use. Users can choose replies more predictably with keyboard navigation or mouse clicks, and can still send a plain colon message when no canned reply is selected.
Original PR description
PURPOSE: - remove the active class from the canned response and delay, once the user presses the any key (tab, key down, and key up) then it should add active class for it's desired behavior and it…
PURPOSE:
- remove the active class from the canned response and delay, once the user presses the
any key (tab, key down, and key up) then it should add active
class for it's desired behavior and it should work like cancel.
user should send message if the message is : and none of canned response selected.
SPECIFICATION:
- Don't add focus on the 1st element for canned mention
- The user who wants to use the canned answer need to select it, using:
- TAB (start from the top of the list)
- Mouse click to select the one that he wants
- ARROW UP: Start from the last one on the popup
- ARROW DOWN: Start from the first one on the popup
- Dropdown selection should work like cycle
- Remove delay in displaying canned response
- send : as message in case of canned when there is no response is selected
- "shift + tab" to focus previous element in dropdown
- prevent re-rendering of dropdown process on keys like: shift, ctrl, alt, capslock.
LINKS:
PR https://github.com/odoo/odoo/pull/46825
Task 48686
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr