Daily updates from Odoo
Friday, February 26, 2021
2 changes
Enhancements to existing features
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