Tuesday, April 28, 2020
5 changes · master
Enhancements to existing features
Unassigned records across several Odoo apps no longer show a generic default user image. This reduces confusion by making it clearer when no person has been assigned to a record.
Original PR description
The default image displayed when the record is unassigned is confusing, so we are removing it. Task 2234524 FP request -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The My Timesheets menu now shows a cleaner, more relevant set of filters by removing options that were confusing or not useful in that context. The project filter was also renamed to My Projects and adjusted so users see timesheet lines relevant to them.
Original PR description
Currently, some filters of the 'My Timesheets' menu do not make proper sense. So, purpose of this task is to remove those filters from the 'My Timesheets' menu. In this commit, we remove the following filters from the 'My Timesheets' menu: Employee, Department, My Timesheets, My Team. Also, rename the 'My Project' filter into 'My Projects' and fix that filter. LINKS PR #48663 TaskID: 2224472 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The web interface framework was updated to a newer maintenance version. This keeps the user interface foundation current and includes a compatibility adjustment so existing screens continue to load in the expected place.
Original PR description
Update to the version **1.0.7** of the Owl framework.
Some code conflicting with the new behaviour of `mount(target, { position: self })` has been slightly tweaked to work as expected.Field service task views no longer show a date-range arrow when no date is set. This makes the task screen cleaner and avoids confusing users with an empty date indicator.
Original PR description
Task ID 2234526
The payroll salary rule form now has a cleaner layout with less excessive spacing between labels and fields. This makes the form easier to read and use for payroll administrators without changing payroll calculations or business rules.
Original PR description
Informations tabs Distance between label & field is too large in payroll salary rules form view. so fix the view. TaskID: 2237400 Closes: #10058