Monday, January 4, 2021
3 changes · master
Enhancements to existing features
The website editor now shows the original image size alongside the updated size when users adjust image quality or width. This makes it easier to see how much file size has been reduced and assess the benefit of image optimization.
Original PR description
Previously, when editing the quality/width of an image in the editor, you would only see its new size, but not the previous size, meaning you do not know how much you've gained if any. This commit changes the image size display element so that it's more inline with other elements in the left panel and displays what the initial size of the image was before modifications. @qsm-odoo as per FP request. New ui: 
The welcome message shown during account signup has been reworded to be clearer and more user-friendly. This improves the first impression for new users without changing signup functionality.
Original PR description
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
Belgian payroll users can now enter the employee departure description directly in the departure wizard. This avoids needing to update the employee record separately and makes the departure process more complete from one screen.
Original PR description
Purpose ======= The field already exists on the employee. Add the possibility to fill it from the departure wizard.