Tuesday, March 24, 2020
4 changes · master
Enhancements to existing features
Email address fields now automatically remove spaces at the beginning or end, matching the behavior of regular text fields. This helps prevent user-entered spacing from causing incorrect or messy email data.
Original PR description
PURPOSE Currently, FieldChar trims leading/trailing spaces but FieldEmail doesn't. SPEC Trim email widget value. TASK 2197432 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When an employee record has no linked employee image, Odoo now shows a user-with-slash placeholder instead of a camera icon. This makes it clearer that no employee is associated, reducing confusion for HR users.
Original PR description
If employee is not set, the default picture will be user-slash instead of camera. Task ID 2221250 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update polishes several website editor building blocks to make them easier and more consistent to use. It improves option labels and placement, adjusts spacing and text styling, and removes unnecessary setup code so page editing feels smoother.
Original PR description
Part of Task: [2194309](https://www.odoo.com/web#id=2194309&action=333&active_id=974&model=project.task&view_type=form&cids=1&menu_id=4720) -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Planning kanban cards now show a user-slash icon when a slot has no employee assigned, instead of the previous camera icon. The hover text also says "Unassigned," making staffing gaps easier to recognize at a glance.
Original PR description
If there are no employee selected for a slot, show user-slash icon instead of camera icon. Add 'Unassigned' in hover. Task ID 2221250