Monday, April 28, 2025
4 changes · saas-18.3
Enhancements to existing features
This update improves the tax return dashboard experience with clearer journal naming, refreshed styling, and dark mode support. It also adds extra validation checks for OSS and Intrastat reporting and makes reporting period selection easier to use.
Original PR description
In continuation of this pull request https://github.com/odoo/enterprise/pull/81569 We had to add more features, this includes: - An improvement of the return dashboard journal: (name and style) - Support for dark mode - Additional checks for oss and intrastat - periodicity selection order changed
Users can now open an expanded view of their recent call history directly from the softphone. This makes it easier to review past calls without leaving the calling interface, improving day-to-day usability for VoIP users.
Original PR description
This commit introduces a new button in the softphone interface that allows users to expand their recent call history. The button is added next to the search bar and triggers an action to display the list of recent calls associated with the current user. This enhancement improves user experience by providing quick access to call history. Task-4642428
VoIP users can now expand dialer search results to see all matching contacts, grouped by name or phone number. The update also improves support for international characters in searches and prepares the keypad for reuse in future call transfer features.
Original PR description
## Display Callee Suggestions The dialer's "Show More" button - which appears when your search returns more than one result - can now be clicked and open a list of all the results, grouped by whether they match the contact's name or phone number. ## Separate Dialer from Keypad The "keypad" part of the Dialer component is extracted into its own component, as it will be reused in the upcoming Transfer view. ## Improve i18n support Normalization helpers needed by the match function are added. These are more complete than the ones in web/ and are based, among other things, on the list of characters handled by PostgreSQL's unaccent function. At some point it'd be nice to move the helpers to web. Part of task-4642428
Resolved issues and error corrections
The accounting return validation checks have been adjusted for VAT returns and Belgian partner VAT listings. This helps businesses receive more accurate warnings or errors before filing, reducing the risk of incorrect tax submissions.
Original PR description
Add, update, or delete some checks done on the accounting returns for the vat return and the partner vat listing reports. task-4627315