Wednesday, August 11, 2021
6 changes · master
Resolved issues and error corrections
This fixes an issue where older dropdown menus in the web interface could appear in the wrong position. Users should see menus open where expected, reducing confusion during navigation and data entry.
Original PR description
Before this commit: the legacy dropdown menus are not placed properly Issue introduced with commit odoo/odoo@0bb93b2 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
Popovers now appear closer to the item they point to, instead of being offset too far away. This makes contextual information feel more precise and improves the overall user experience in the web interface.
Original PR description
Before this commit, the popover was a bit far from its target. We use a margin to compensate the arrow size (8px), but we used it the wrong way, meaning that instead of applying, e.g. a margin of -8px, we applied a margin of 8px. As a consequence, popover were always positionned at 16px from their target. 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
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 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
This update adds missing text encoding settings to report and dashboard templates. It helps prevent display or rendering problems when documents include special characters, improving reliability for users working with financial reports and subscription dashboards.
Original PR description
following the change: https://github.com/odoo/odoo/commit/7df343dd1be1f286493660ed8fd28669ab4a8311