Wednesday, June 11, 2025
5 changes
1 change
Enhancements to existing features
The VoIP softphone tabs have been visually refined for a cleaner, more modern appearance. This improves day-to-day usability by making the calling interface feel clearer and easier to navigate.
Original PR description
This commit refines the softphone tabs UI for a cleaner and more modern look. task-4768693 closes odoo/enterprise#85702
2 changes
Enhancements to existing features
Odoo Studio now relies on the shared list selection behavior provided by the main platform instead of maintaining its own version. This keeps Studio more consistent with the rest of Odoo and reduces duplicated maintenance work, with no expected change for end users.
Original PR description
This commit is the counter part of a change done in odoo/odoo#212148 which adds the `selection` getter on StaticList. Studio doesn't need to define it anymore.
2 changes
Enhancements to existing features
Partner autocomplete now sends the database version and user language when requesting enrichment data. This helps the external autocomplete service return more relevant results and support compatibility across Odoo versions.
Original PR description
task-4746445 IAP PR: https://github.com/odoo/iap-apps/pull/1088
Spreadsheet export support is now loaded only when it is actually needed, rather than during general module startup. This should reduce unnecessary processing for users who are not exporting Excel files while keeping report export behavior unchanged.
Original PR description
odoo/odoo#212411
The Mail module now supports custom behavior when an activity is updated from the activity button. This helps related document workflows react more reliably to activity changes, supporting a targeted document fix.
Original PR description
For a document fix, we add a method to the activity button that implements custom behavior when an activity changes. see odoo/enterprise#84128 task-4690165