Thursday, April 9, 2026
6 changes · master
Enhancements to existing features
Calendar event creation now rounds quick clicks to 30-minute blocks in day and week views, making scheduling align better with common meeting lengths. The event list view layout and column spacing were also refined to make calendar information easier to scan.
Original PR description
- On the calendar event calendar view, use 30 minutes rounding on single click - Reorganize the calendar event list view and column spacing Task-5877926
The partner assignment portal has received small visual and layout improvements to make pages easier to understand and more consistent. This should reduce confusion for portal users without changing the underlying business process.
Original PR description
This commit includes a few small UI improvements in the portal to make the layout clearer and more consistent, reducing user confusion. task-5944768
This update adds a warning message in the gift card wizard to prevent users from creating gift cards with expiration dates in the past. This ensures data accuracy and prevents potential issues with gift card redemption. It's a simple improvement to the gift card generation process.
Original PR description
Display a warning in the gift card wizard when the selected valid_until date is in the past, prompting the user to select a valid date. task-5075177
This commit reverts recent changes related to M3, restoring the previous template structure with necessary adaptations. This ensures consistent formatting and functionality across key modules, improving the user experience and stability. The change addresses a technical update to align with a previous style.
Original PR description
This commit reverts the changes made for M3 to the arch, and bring back the previous template with some adaptation when needed. task-6054024 Co-authored-by: Romeo Fragomeli <rfr@odoo.com> Co-authored-by: Adrien Dieudonné <adr@odoo.com>
This update adjusts the form view for combined work entry types following a recent merge of work entry and time off types. The changes ensure both functionalities work seamlessly after the integration, streamlining the process for managing employee work entries.
Original PR description
After the merge of work entry type and time off type in https://www.odoo.com/odoo/project/1251/tasks/5407736, the form view needed some fixes and tweaks. Fields were moved around the sections of the form view, and some redundant fields were removed/altered to have both old functionalities working. task-5942695
This update clarifies the input fields used when calculating termination fees in payslips. The original 'days,' 'weeks,' and 'months' fields have been renamed to 'Notice Duration: Number of days/months/years' for better user understanding. This change improves the accuracy and transparency of the termination fee calculation process.
Original PR description
[IMP] l10n_be: renaming salary rules in termination fees When termination fee is selected in payslip creation, there were property inputs named as days, weeks, months I renamed them to "Notice Duration: Number of days/months/years" task - 6106963