Wednesday, August 11, 2021
7 changes · master
New functionality added to Odoo
This adds dedicated health check endpoints for Odoo's main web service and longpolling service. It gives load balancers a clear way to verify that each service is running, improving operational reliability without changing day-to-day user workflows.
Original PR description
### Current behavior before PR: There is no obvious route to use for a load balancer health check. ### Desired behavior after PR is merged: Two routes are created; one for the web port and a second for the longpolling port. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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
Resolved issues and error corrections
Restores the expected behavior for template text output so existing templates handle escaped content consistently again. This reduces the risk of incorrectly displayed report or page content after recent template rendering changes.
Original PR description
[FIX] base: t-esc does not escape Markdown content and is equal to t-out This is the same behavior as javascript. Which had been changed during the refactoring of qweb. t-esc asked for escaping whatever the content. However, a lot of templates still use t-esc. It is easier to go back to the previous functionality. [FIX] all: add missing encoding for the templates
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
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
This update refreshes the spreadsheet engine used in Documents and fixes several issues that could affect display, selections, filters, and test stability. Users should see more reliable spreadsheet behavior, especially around pivots, hidden headers, clipped text, dropdowns, and Firefox rendering.
Chilean electronic invoices containing the '&' character are now formatted correctly before being sent to the tax authority. This prevents avoidable rejections and helps keep invoicing flows moving without manual correction.
Original PR description
… character X-original-commit: 636dbd175970126ab1646737537389a6df761fbc