Friday, March 12, 2021
2 changes · master
Resolved issues and error corrections
Event template settings now display website-related checkboxes more neatly on mobile screens. This prevents labels and checkboxes from stacking awkwardly, making the configuration form easier to read and use.
Original PR description
Before this fix, the checkboxes were under the label on mobile. The easiest fix is to not specify the col number as the field is displayed with a width of 50%. We now have two columns with 50% each that let more space for long labels. Steps to reproduce: - Go to Events - Configuration / Event Templates - Go to the form view - See "Display a dedicated menu on Website" options Task-ID: 1929043 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
The Company Bike section in Belgian payroll fleet contract screens now aligns correctly on mobile devices. This makes the form easier to read and use for HR users working from smaller screens.
Original PR description
Follow-up of https://github.com/odoo/enterprise/pull/16345 and more specifically https://github.com/odoo/enterprise/commit/73eee9631ea6cd34c0ae0e7fbffab9b0aed867d1 Task-ID: 1929043