Daily updates from Odoo
Monday, November 7, 2022
4 changes · master
Enhancements to existing features
Users now see a warning when they try to merge timesheet entries that are linked to time off, helping prevent accidental changes. The dialog also includes a button to view the related time off records, and a related merge error from the timesheet list view has been fixed.
Original PR description
This PR add redirect warning dialog when user try to merge time off related timesheets and add view time off button in that dialog which redirect user to time off's that are related to that timesheets. task-2888607
This update removes unintended leading spaces that were recently introduced in Knowledge and VoIP interface files. The change helps keep labels and on-screen text looking consistent and polished for users, with no functional impact expected.
Original PR description
Remove leading whitespaces introduced in 85ec2e4588464e7100c5315bbeef5af30daf4000
This update simplifies how several Odoo apps retrieve record identifiers, replacing an unnecessarily complex lookup method with a simpler equivalent. The change should make the affected areas easier to maintain without changing day-to-day user workflows.
Original PR description
Reading only 'id' with `search_read` is equivalent to use `search` but complexify the result usage. Fix all these bad usages. Co-authored-by: Julien Castiaux <juc@odoo.com> https://github.com/odoo/odoo/pull/104838
Norwegian financial reports now include extra checks to help spot accounts that are missing or incorrectly included. This makes it easier to identify configuration issues early and improves confidence in balance sheet and profit and loss reporting.
Original PR description
In order to detect more quickly and easily misconfiguration in financial reports, we are adding control domains on them which will let us know when there are either missing accounts, or accounts that shouldn't be there. Task id #2585627