Tuesday, January 21, 2025
3 changes · saas-17.4
Resolved issues and error corrections
The Time Off action menu no longer shows the “Multiple Requests” option twice when viewing an allocation or leave form. This reduces confusion for users and keeps the form action menu clean and consistent.
Original PR description
Steps to reproduce: --- Go in the Time Off app Click on an allocation or a leave Click on the action gear Issue: --- The gear action shows 2 times the "Multiple Requests", this comes from the fact that the wizard is in the xml and defined in the action_generate_allocations. So it is displayed twice in the form. Fix: --- Since the issue is only appearing in the form view, added the condition on viewType. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Time Off overview search now correctly finds records by name. This fixes a broken search experience caused by the name field being calculated rather than stored, helping users locate leave entries more reliably.
Original PR description
Steps to reproduce: - Go in time off app -> overview - Search on name Issue: When searching on name, the search does not work. This is due to the name being computed and not stored. Directly related to the [recent changes](https://github.com/odoo/odoo/commit/7a65a1b6ac34f214) Fix The field has now a search method on the different component of the name separetly. opw-4351362 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes how employee payroll fields are assigned to access groups in the Bangladesh payroll module. It prevents build errors and ensures the fields are available to the right user profiles without affecting day-to-day payroll behavior.
Original PR description
We need to give fields in the module right group, otherwise we'll get error as these fields won't be avaliable for public profiles. [link to broken build errors](https://runbot.odoo.com/odoo/action-573/70494)