Wednesday, November 29, 2023
3 changes · master
Enhancements to existing features
The mail app's email parsing helper was moved out of an older deprecated file into the current shared formatting area. This keeps the codebase cleaner and easier to maintain without changing how users experience email features.
Original PR description
This commit moves parseEmail() from deprecated file `@mail/js/utils.js` to `@mail/utils/common/format.js`
The My Time Off view now automatically groups time off entries to make them easier to review. This helps employees quickly understand their requests by time off category or month without manually changing the view each time.
Original PR description
Change adds default group_by - by type for My Time Off. task-3565194 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Project lists now include a budget spent field, making it easier for teams to see budget consumption at a glance. This helps managers monitor project financial progress without opening each project individually.
Original PR description
Purpose of the PR is to do the generic improvements for project. So in this PR did the following changes: - add the field budget spent in project list view. task - 3178057