Wednesday, December 7, 2022
2 changes · master
Enhancements to existing features
When users plan an existing shift from a schedule grouped by role or project, the search now automatically focuses on the selected group. This makes it easier to find the right shifts and reduces irrelevant results.
Original PR description
Before this commit, when grouping the schedule by Role or Project and using the "plan existing" button, the search displayed every shift available, it didn't matter in which row group the button was used This commit applies a default filter according to the row group in which the button is clicked, to have a more coherent user experience. Task-3071000
A reporting-related function has been moved from the general accounting area into the accounting reports module where it is actually used. This keeps the product structure cleaner and should have no visible impact on day-to-day users.
Original PR description
currently this function is defined in account module and only triggered from account_reports module, so moving code to account_reports module. Related: https://github.com/odoo/odoo/pull/107345