Friday, September 13, 2024
3 changes · 17.0
Resolved issues and error corrections
Fixed a visual issue where the small arrow for dashboard filters appeared on a separate line when hovering over a filter. This keeps the dashboard controls aligned and easier to use without changing any business workflow.
Original PR description
This commit fixes the record selector's caret positioning (displayed on hover only) by moving to be a sibling of the autocomplete's input. Steps to reproduce: - install Sales - open Dashboard - hover one of the filter in the ControlPanel => the filter's caret is displayed but on a separate line Enterprise: https://github.com/odoo/enterprise/pull/69944 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update reorders how information appears on Swiss payslips to improve readability and visual presentation. The gross salary amount now displays before deductions, making it easier for employees to understand their earnings at a glance.
Original PR description
Gross should come before deductions for aesthetic purposes on the payslip
This update corrects the visual appearance of the dropdown arrow (caret) in the Account Reports dashboard filters when users hover over them. The styling was adjusted to match improvements made to similar dropdown elements across the system, ensuring a consistent and polished user experience.
Original PR description
This commit adapts the Account reports's filters styling, following the fix of the record selector's caret positioning made in community. Community: https://github.com/odoo/odoo/pull/180046