Friday, June 4, 2021
4 changes · master
Enhancements to existing features
Time off types can now require or offer supporting documents directly on the request form, making it easier for employees to attach the right paperwork. Uploaded files are kept in sync with the request’s message history, reducing confusion and attachment errors.
Original PR description
Currently, it's possible to add supporting documents on the chatter of the time off. But it's not easy to use and don't make really sense. So we will add the possibility to add it more easily. So in this commit, - Set default calendar view to 'month' - Added 'Supporting Document' on Time Off type sto support the attachment based on types. - On new Time Off, if Time Off type has support document then allow to upload the supporting document in form view. - The File is record on the chatter of the Time Off request. TaskID: 2431478
Fleet managers can now organize vehicle models into categories, making models easier to browse, filter, and report on. The vehicle model and vehicle lists also gain clearer columns, grouping, and filters, improving day-to-day fleet administration.
Original PR description
Adds categories to vehicle models. Minor changes to vehicle models views. Task ID: 2487706
The signing workflow now separates messages for signers from messages for copied recipients, making communication clearer for everyone involved. Email templates for signers and CC recipients were also improved so users better understand what action or information applies to them.
Original PR description
### Summary Improves and fixes the CC feature of sign module. Changes the view of the sign wizard to have two notebook pages containing a message field for signers and one message field for cc followers. Also improves the mail template for signer and cc. All changes were made with the goal of leaving the sign flow more clear for the user. task-2375039
The salary configurator can now show dropdown choices in grouped sections, making car benefit options easier to browse and compare. Belgian salary package flows also show more vehicle details such as transmission type and trailer hook, and now use the employee contract company when checking whether a car can be requested.
Original PR description
Adds an option to have grouped dropdown (with optgroup tags) on the salary configurator. Allow for the car advantage to use the new grouped dropdown option (optionally). Minor UI changes: - add the transmission type on existing cars on the salary configurator. - Add a field on the vehicle model view Relates to odoo/odoo#70612 Task ID: 2487706