Tuesday, April 2, 2024
3 changes
1 change
Enhancements to existing features
The SEPA Direct Debit payment setup screens were updated to align with recent payment app changes. Configuration sections and message fields that are no longer managed this way are now hidden, reducing clutter and keeping the setup experience consistent.
Original PR description
Following the removal of explicit view configuration fields and the _compute_view_configuration_fields method in the payment module, this commit updates the payment_sepa_direct_debit module using xpaths to hide : - `credentials` page - `allow_tokenization` fields - `pre_msg` fields - `done_msg` fields - `cancel_msg` fields task-3679393 See odoo/odoo#152517 See odoo/upgrade#5667 See odoo/documentation#7686
2 changes
Enhancements to existing features
The HR Holidays dashboard has been improved to provide a better user experience. Warning messages about half-day leave requests are now positioned at the bottom of the screen to prevent them from overlapping with the ribbon, and unnecessary scroll bars have been removed from dialog windows to make the interface cleaner and easier to read.
Original PR description
The warning message when you have a half-day off confirmed while the duration of this leave's type is daily is moved towards the bottom of the sheet to avoid overlap between this message and the ribbon. And to improve the readibility of the dialog view, the scroll bar is removed when it's not needed. task: 3820211 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds dark mode support to Odoo's offline page, providing a more comfortable viewing experience when the application is unavailable. Users will no longer experience harsh bright screens when the offline page appears, improving overall user experience during downtime.
Original PR description
Tired of getting flashbang every time this screen pops up 💫 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr