Wednesday, October 28, 2020
3 changes · master
Enhancements to existing features
This update simplifies how the mail module sends background requests by letting the central session handling manage empty context information. It reduces duplicate handling in the mail code and supports more consistent request behavior across the system.
Original PR description
PURPOSE we need to pass empty context so it can be overriden in session.js. we should be able to not specify any context and let session handle it. SPECIFICATION - removed empty context from thread rpc - as there is already managed empty context in session, so no need to manage empty context in rpc LINKS Task 2243187 PR https://github.com/odoo/odoo/pull/54512 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The mail app now gives users clearer help when browser push notifications have been blocked. Users can copy the relevant browser settings address directly from the warning, making it easier to re-enable notifications without support help.
Original PR description
PURPOSE Once the push notifications have been blocked, message in the preferences is not straightforward enough for users to allow them. SPECIFICATION User can easily copy current browser setting's URL by copy button in the message. LINKS PR https://github.com/odoo/odoo/pull/47919 Task-2188584 I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Financial report names are now shortened visually when they are too long, helping reports stay clean and easier to scan. This improves the user experience without changing the underlying report data.
Original PR description
Task ID: 2311363