Daily updates from Odoo
Wednesday, February 9, 2022
1 change · master
Enhancements to existing features
Skill and appraisal dropdowns now show extra context directly in the list, such as skill progression values and skill types. This makes it easier for users to choose the right skill or level without opening each option to inspect its details.
Original PR description
Description of the issue/feature this PR addresses: When you want to add/select new skills, it could be more clear. Current behavior before PR: When you want to change a skill level, you have to select a skill level to see its progression value Desired behavior after PR is merged: - The progression value is displayed beside the skill level in the dropdown list. - In the appraisal module, the same thing applies to skills, which also feature the skill type in the dropdown list. task: #2719642 [Skills] Overwrite name_get() community PR : https://github.com/odoo/odoo/pull/82202