Wednesday, August 11, 2021
5 changes · master
Enhancements to existing features
Users can now start or open mail conversations directly from the command palette. Typing @ finds contacts and typing # finds discussion threads, making it faster to reach chat without navigating through the app.
Original PR description
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
This draft change appears to adjust several Mail and Discuss screens, including chat windows, messaging menus, partner/thread handling, and search-related command behavior. The practical goal is likely to improve how users find conversations and interact with messages, but the PR description is incomplete so the exact business impact is unclear.
Original PR description
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
This change adds internal checks that measure how long web asset bundles take to generate. It helps the team detect performance slowdowns early so future changes do not make asset preparation unexpectedly slower.
Original PR description
From time to time, the bundle generation duration may be unexpectedly increased by assets modifications. In order to avoid that, this commit adds two tests that generates all the bundles. One of the test is only meant to log the duration in order to monitor it. The other test is ensuring that a bundle generation does not take more than 2 seconds. Pay attention that the purpose is not to test the generation of the bundle, any error during generation is logged as an information. Also, warnings are silently ignored.
Users can now start a new mail message more quickly using a command or hotkey. This reduces navigation time and makes everyday communication in Odoo faster and easier.
Original PR description
Task-ID: 2597153 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
Spreadsheet pivot tables with several header levels now use an additional visual style to make their structure easier to read. This helps users understand complex reports more quickly and reduces confusion when reviewing multi-level pivot data.
Original PR description
If an inserted pivot has multiple levels it can be hard to folow the structure as all the header element except the main headers have the same styling. This commit add a third style to help with the readibility of an inserted pivot task-id: 2304328