Friday, June 13, 2025
4 changes · master
Resolved issues and error corrections
This update improves the reliability of Web Studio's internal test environment by ensuring cleanup happens properly between tests. It helps prevent false test failures when custom models or fields are created, supporting more stable future development.
This fixes an internal test setup issue in the India payroll module by removing or correcting unused demo data. It helps keep automated checks reliable without changing day-to-day payroll functionality for users.
Employees can now choose the work entry source when Attendance is installed, not only when Planning is installed. This fixes an inconsistency so businesses using either app can configure how work entries are generated from the employee form.
Original PR description
…e having multiple options Bug / current behavior: The field work_entry_source was added to the employee form view only when installing hr_work_entry_planning (a dependency of the Planning app). Required behavior: The field work_entry_source should be shown upon installing hr_work_entry_attendance (a dependency of the Attendance app) as well. Both modules add a new selection to the field. Thus, when either module is installed, the field should be added to the form view to allow the user to choose. Fix: Add the field work_entry_source as invisible to the form view in the base module hr_work_entry. Make it visible once you install any of the planning or attendance modules. task-4866002 Community PR: https://github.com/odoo/odoo/pull/213982
Updates internal spreadsheet test coverage to match recent changes in pivot table behavior and highlight coloring. This helps keep automated checks reliable so spreadsheet features continue to work as expected without affecting day-to-day users.
Original PR description
See https://github.com/odoo/o-spreadsheet/pull/6414 Task: 4793572