Daily updates from Odoo
Wednesday, January 18, 2023
3 changes · master
Enhancements to existing features
The Knowledge app's article link dialog has been updated to work more reliably in the editor. This helps users insert links to Knowledge articles without running into issues caused by the previous dialog behavior.
Original PR description
Purpose ======= The old dialog's select2 is broken because of bootstrap so we are converting it to an OWL Component which is wrapped with a ComponentWrapper in order to be able to use it inside knowledge's wysiwyg. Specs ===== We are reusing the old dialog's select2 since it worked completely fine before. We wrapped the new dialog, `ArticleLinkBehaviorDialog`, inside `ArticleLinkBehaviorDialogWrapper` which takes as props two functions: * save, which is the function that will render the correct link based on the article that the user chose in the dialog * close, which is the default close function of all Dialog. task-3079001
Kenyan payroll configuration has been updated based on testing to make payslip calculations and reporting more accurate. Payslip presentation was also made more flexible, helping payroll outputs better reflect relevant salary lines for employees.
Original PR description
This commits adjusts the the datas for the kenian payroll localization based on tests. task-3029348
This update adds a team performance report for recruitment so managers can better compare recruiter activity and hiring outcomes. It also improves the spreadsheet color picker, making spreadsheet formatting easier and more user friendly.
Original PR description
WIP