Friday, February 26, 2021
3 changes · master
Enhancements to existing features
The website settings screen now presents the route refresh action less prominently so users do not mistake it for the main required action. This helps reduce confusion while keeping the option available when route lists need updating after changes such as installing new modules.
Original PR description
Primary color lets imagine that it is the primary action to be done to update the routing. While it is just to refresh the url_from list if you have missing route (new module installed, ...) Maybe we should just remove this button at the end. 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
Calendar appointment views have been made easier to use with better filter ordering, default list views, and cleaner reporting measures. Test-created events now use shorter durations to better reflect typical calendar behavior and avoid unrealistic multi-day events.
Original PR description
- In the filter menu, Online Appointment changed position. It is now between Recurrent and Archived. - Default tree views were added for the Online Appointments and All Appointments. - Document ID was removed from the graph and pivot views. It does not make sense use document IDs to measure events but it is added by default because it's a fields integer. - Given that only allday events and hr.leave can span across multiple days, events created during the testing have now a shorter duration. Task ID: 2342252
The dashboard toolbar now has better spacing and alignment on small screens. This prevents buttons from visually overlapping, making mobile reporting dashboards easier to use.
Original PR description
The purpose of this task is to improve the mobile UI. Reporting Dashboard view: In mobile view of reporting dashboard add spaces between top and down graph button. So in this commit, added a media query which add spaces between the top and down button. TaskId: 2348332