Daily updates from Odoo
Friday, October 22, 2021
3 changes · master
Enhancements to existing features
Creating new models in Studio is now much faster, especially on databases with many installed apps. The change reduces repeated background setup work by creating related models and fields in batches, helping avoid long waits and timeouts.
Original PR description
related to odoo/odoo#78514
Adds a dashboard view for eLearning course reporting, making it the first view when users open eLearning > Reporting > Courses. This helps business users review course performance more quickly from a dedicated reporting entry point.
Original PR description
This module contains the dashboard view for the website_slides. This view is used for the reporting of courses as the first view when entering eLearning > Reporting > Courses. COM PR: /odoo/odoo#75646 UPGRADE PR: /odoo/upgrade#2784 task-2597345
Uninstalling Timesheet now also removes related timesheet functions from HR and Sales. This better matches user expectations that turning off Timesheet removes all connected timesheet capabilities, reducing leftover menus or features.
Original PR description
Uninstall the modules `hr_timesheet` and `sale_timesheet` upon uninstallation of `timesheet_grid`. When user uninstalls Timesheet they expect all timesheet related functions to be removed. TaskID: 2590291