Daily updates from Odoo
Tuesday, May 3, 2022
4 changes · master
Enhancements to existing features
Project reporting is easier to use with clearer default measures and new filters for department-based timesheet planning and conflicting tasks. Timesheet entry labels were also clarified to help users understand what time information to provide.
Original PR description
** = timesheet_grid,project_timesheet_forecast Purpose of this PR to improve generic usage of project app. So, in this PR done following changes: - reporting > timesheets & planning analysis > graph view: display the count measure by default. - add 'my department' filter in 'timesheets & planning analysis' report's search view. - change string of time_spent field in project task create timesheet wizard. - add 'Task In Conflict' filter in 'Task Analysis' report search view. task-2742725
The Documents Spreadsheet feature has been updated to a newer spreadsheet engine version, adding a dedicated dashboard mode and improving how spreadsheet views are handled. This should support clearer dashboard-style reporting while also including configuration fixes that make the feature more reliable for future updates.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/a709ca18 [IMP] spreadsheet: introduce dashboard mode https://github.com/odoo/o-spreadsheet/commit/abe22e33 [REM] model: remove mode https://github.com/odoo/o-spreadsheet/commit/5443121f [FIX] config: update rollup path https://github.com/odoo/o-spreadsheet/commit/73e898e4 [FIX] config: Feed dedicated tsconfig.json file to jest https://github.com/odoo/o-spreadsheet/commit/b87ca1ea [FIX] config: Avoid compiling test files
Access rights labels across several HR-related apps have been updated to make user roles easier to understand. Fleet also gains a new officer role with intermediate permissions, helping businesses assign responsibilities more accurately.
Original PR description
*: approvals hr_apprasaisal hr_payroll hr_referral fleet hr hr_attendance hr_holidays hr_recruitment lunch Change various access rights names to improve understandability for users. Addition of an officer role in fleet with intermediate accesses TaskID 2742855
HR teams can now launch a signing plan for multiple employees at once instead of repeating the process employee by employee. This saves time during onboarding or contract updates and makes bulk HR workflows smoother.
Original PR description
task - 2797331