Daily updates from Odoo
Thursday, October 15, 2020
6 changes · master
Enhancements to existing features
Payroll holiday generation was updated to make company-wide and global time off changes update work entries automatically. The change also clarifies how overlapping company, global, and personal leave should be prioritized so payroll calculations reflect the right absence type.
Original PR description
- Add a new menu in Payroll/Configuration to setup the working time - Rewrite the CRUD operations for resource_calendar_leave, so the work entries will be updated dynamically when Company global leaves or global leaves are modified - Personal leaves (hr_leave) and global leave (resource_calendar_leave) can overlap. And the work entries are generated by the priority as `Company Global Time Off` > `Global Time Off` > 'Personal Leave' TaskId: 2181651
The timesheet Kanban view has been redesigned to make key information easier to scan, including employee photos, project and task names, and recorded duration. Users can now adjust time directly with plus and minus buttons and start or stop timers from the card, making daily time entry faster and more intuitive.
Original PR description
-Kanban view revamp:
-On the left: display the picture of the employee
-In the middle: the name of the project and below, the name of the task
-On the right: the duration with - / + buttons
-When you click on the + and - buttons, the time will change according
to the rounding of the timesheet setting.
-When the mouse hovers over the duration, the play button will appear and then
click on the play button, the timer will start, and the stop button will appear.
Task-ID: #2264613The salary package resume now includes an archive option and default search filters. This makes it easier for HR users to organize resume entries and quickly find records by view type or salary structure type.
Original PR description
currently, in master default search filter and archive option is not available in resume. so, in this commit added archive option and default search filter like view type, salary structure type in resume TaskId : 2338751
Worksheet reports now show boolean fields as checkboxes instead of True/False text, making them easier to read. Selection fields now display their user-friendly labels, so reports are clearer and more meaningful for field service users.
Original PR description
**Purpose** cleaner way to display information for the user **Specification** - display the checkbox for the boolean field (and NOT True/False) - display the label of the values for the selection field on the worksheet report
Field service planning menus now include map views, making it easier for teams to visualize scheduled work by user, project, or worksheet. The planning by user menu also gains pivot and graph reporting views for better workload analysis.
Original PR description
… menus Before, there were no map views in Planning menus. From this commit, we have map views in Planning menus:- field service > planning > by user field service > planning > by project field service > planning > by worksheet Also, we added a pivot view to the field service > planning > by user menu task:- 2348345 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The printed payslip report has been redesigned to be clearer and more useful for employees. Payslips are now generated in the employee's language, with additional wording when the language is not official, and demo payroll data has been enriched.
Original PR description
Improves the design of the payslip report Generates the report in the employee's language Adds some data to Laurie Poiret Task-2341886