Daily updates from Odoo
Friday, May 6, 2022
4 changes
Enhancements to existing features
Time off that spans two months is now handled more accurately when using the payroll postponement action. Only the portion from the first month is moved to the following month, helping payroll teams avoid incorrect deferred leave calculations.
Original PR description
current behavior: There is an action menu to automatically postpone timeoff to the next month in the scope of the to defer mechanic. If the time off is set on the verge of two months, it's not correctly working. after this commit: When you postpone a time off spitted between two months, you only take the part on the first month to postpone it on the other month. taskID 2810565
The Belgian payroll departure notice wizard now decides when to show the notice respect field based on the calculated notice period instead of fixed reason codes. This makes the form behavior more accurate and easier to maintain when departure situations vary.
Original PR description
In belgian l10n payroll the departure notice wizard currently hides the notice_respect field using the hard-coded departure_reason_codes. This commit uses the computed value of weeks/months of notice to hide/show the field. task-2837430
Planning screens are easier to use with better list, kanban, and scheduling behavior, including clearer sorting for shifts and tags. The update also adds demo data to make sales and project planning scenarios easier to test and present, and fixes an issue when opening the plan dialog with date-based filters.
Original PR description
_*= project_forecast, project_timesheet_forecast, sale_planning The purpose of the PR is to improve the UX and usability planning - So in this commit improve the window action, list view, kanban view and some feature usability. - Ths planning slot sort by start date in decreasing order. - The planning tag name will be sorted by alphabetical order. - Add demo data from the previous week in slot planning. task-2742021
The embedded spreadsheet component was updated to improve everyday spreadsheet editing. Users should see more reliable copy and paste behavior, better handling of merged cells, clearer time formatting, and cleaner find-and-replace results.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/dab9a1c7 [FIX] highlights: Handle merges correctly https://github.com/odoo/o-spreadsheet/commit/8ee77863 [REF] test helpers: Reduce clipboard commands with helper functions https://github.com/odoo/o-spreadsheet/commit/76268281 [IMP] clipboard: cut/paste zone should update cells that contain reference to the zone https://github.com/odoo/o-spreadsheet/commit/797ac2ae [FIX] format: display time format in composer https://github.com/odoo/o-spreadsheet/commit/ab2770a2 [FIX] find & replace: remove trailing quotes