Friday, May 9, 2025
4 changes · master
Enhancements to existing features
Time off allocation names now show dates using the customer's locale format. This makes allocation records easier to read and reduces confusion for users in different regions.
Original PR description
In order to view the time off allocation date according to the customer's locale, the date formatting for the allocation has been adjusted.
Web push notification setup now starts only after the main web client is ready. This helps prioritize loading the core application first, improving startup efficiency without changing notification functionality.
Original PR description
In this commit, we postpone the web push notification initialization stuff after the WEB_CLIENT_READY event is triggered. Because they're not needed to start the web client. task-4341388 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The domain selector now hides highly technical filter operators from the standard selection list, making advanced filtering easier and less confusing for everyday users. These operators remain available for expert use through debug mode, preserving flexibility for technical teams.
Original PR description
We no longer propose the operators any, not any, child_of, and parent_of for selection in the domain selector. Nevertheless, it is still possible to present/manipulate them if they are introduced via the debug area in debug mode. Part of task ID: 4610804
The web control panel code was cleaned up by removing unused parts. This reduces maintenance overhead and helps keep the interface code simpler without changing how users work with the system.
Original PR description
Related commit: 062e7b1c21 task-4466063 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr