Daily updates from Odoo
Wednesday, January 18, 2023
6 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
Polish financial report templates are now maintained in English, with Polish translations provided separately. This improves consistency for multilingual deployments while preserving the Polish report wording for local users.
Original PR description
Reports are translated in English. Added .po to translate it back into Polish.
The appointment type list now gives more room to appointment names, making similar entries easier to tell apart. Appointment counts and related report figures are also aligned more cleanly for a clearer overview.
Original PR description
**PURPOSE** Improve the kanbanlist in appointment type.There is not enough space for names. as all types start with the same few words we can't differentiate them. **SPECIFICATIONS** - Add more space for name. - Align the appointment count, appointment count report. Task-3109366
Appraisal survey results now align with the updated survey filtering behavior. This helps appraisal feedback results display correctly and consistently after recent survey result changes.
Original PR description
Purpose ======= Updating the module to the new filter results modifications done in Survey. Specifications ============== Adding the missing parameter to the _get_user_input_domain method inheritance to handle the new search domain implementation. Task-2957775
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