Monday, August 3, 2020
5 changes · master
Enhancements to existing features
Fleet screens are easier to read and now keep a clearer record of who was driving when a service took place. The update also improves wording and label clarity, including license plate display and current driver information on contracts.
Original PR description
- Fix the display of the licence plat on the kanban view - Store the Driver on fleet.vehicle.log.services to remember who was the driver at the time the service was done. - Rename 'Informations' to 'Information' - Rename 'Driver' to 'Current Driver' on the contract TaskID: 2289808 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Report page settings now leave more room at the bottom of printed documents. This helps company address details fit properly in the footer, especially when using the clean template with multi-line addresses.
Original PR description
Before this commit, footer were too small for "clean" template wieh the company address is displayed on 5 lines. Taskid: 2287262 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Planning users can now sort tasks based on their parent task, making grouped work easier to review and organize. This helps teams navigate project planning more efficiently when tasks are structured under larger parent tasks.
Original PR description
It is not possible to sort task by parent task in planning. This branch allow to easily sort tasks according to the parent task. Taskid: 2272604
Users can now choose default tags when configuring document sharing, so files uploaded through the portal are automatically categorized. This makes shared document intake easier to organize and reduces manual tagging after upload.
Original PR description
Currently, when we upload a document from the Portal, it's not possible to set a Tags Default Value. So in this commit, we make the 'tag_ids' field visible on the sharing feature. LINKS PR: #11832 Task-Id: 2295944
Empty pages in the Referral app now use more relevant illustrations and clearer guidance instead of a generic smiling icon. This makes reward, referral, and job position areas feel more helpful when there is no content yet.
Original PR description
Currently, In the referral module when the 'Reward' and 'My Referral' kanban view is empty then it displays a smiling face with help message. In this commit, we replace a smiling face class with a points-gift image and also improve the help message. LINKS PR: #11857 Task-Id: 2297184