Tuesday, December 31, 2019
2 changes · master
Enhancements to existing features
Odoo now better preserves draft messages when users accidentally close composers, press Escape, or lose connectivity while sending. Chat windows also ask for confirmation before closing when unsent text is present, reducing the risk of losing important communication.
Original PR description
Before these commits, we could lost a message with the following cases:
- Accidental press ESC on full composer modal
- Trying to send a message when we lost connection
These commits solve both issues.
Also, when closing a chat window with non-empty content in the composer, the user must confirm the close action in a dialog, in order to prevent loosing the message.
Task-ID 32923
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThis change lets website administrators define which language code appears in website URLs. It creates cleaner, more familiar language paths such as shorter ISO-based codes, improving readability and localization consistency for visitors.
Original PR description
Description of the issue/feature this PR addresses: Task link: https://www.odoo.com/web?debug#id=32838&action=333&active_id=131&model=project.task&view_type=form&menu_id=4720 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