Wednesday, August 11, 2021
3 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
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