Daily updates from Odoo
Wednesday, September 7, 2022
4 changes
Enhancements to existing features
The appointment search dropdown now displays each appointment’s duration directly next to its name. This makes it easier for visitors to compare options quickly and choose the right appointment without extra scanning.
Original PR description
Purpose ======= Improve the search bar dropdown view. Specifications ============== This commit moves the appointment duration display directly next to the appointment name. Task-2888646
Project Gantt views now show the total row whenever Project Enterprise is installed, instead of requiring the Field Service app. This gives managers consistent totals for planning and workload review across more project setups.
Original PR description
Previous to this commit, the `total_row` was added ìn the gantt only when `industry_fsm` was installed. This commit ensures that the `total_row` is added as soon as `project_enterprise` is installed.
The appraisal search view now clearly shows the department context when users open appraisals from an employee department. This helps managers understand which department’s appraisals they are reviewing without relying only on hidden filters.
Original PR description
When coming from Employees > Department and clicking on the appraisals, it opens a view with a domain on the department and the state of the appraisal. This commit shows the department the view is open from. task-2939207
Payslip PDF filenames now include the employee name plus the relevant month and year. This makes it easier to identify and organize multiple payslips for the same employee after download.
Original PR description
When downloading multiple payslips (of the same employee) it is impossible to distinguish between them because the name of the pdf only includes the name of the employee. From now on, the month and year are also included in the pdf name to be able to see at a glance which payslip the file contains. task-2954981