Thursday, March 27, 2025
5 changes · 18.0
Enhancements to existing features
Onboarding tours now handle autocomplete fields more smoothly. When a user selects a suggested option while following a guided step, the tour recognizes the action correctly and can continue without unnecessary extra clicks.
Original PR description
When a step in an onboarding tour ask for an edit on an autocomplete input, selecting a dropdown item valid the step. And if the next step was a click on a dropdown item, this step is also validated. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Partner autocomplete now includes the current company’s country when requesting business data, which can improve match relevance and reporting accuracy. It also avoids saving incomplete enrichment data when no UNSPSC classification is available, reducing unnecessary records.
Original PR description
See commits
The chat bubble button no longer uses an extra background style, making it better match the rest of the interface. This is a small visual cleanup that improves consistency without changing how users interact with chat.
Original PR description
- This change removes the `bg-view` class from the chat bubble button. - Ensuring a more consistent UI styling. task - **4630768** --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Peppol screens and notifications now use shorter, clearer wording, including replacing “Consumer” with “no VAT” where relevant. The activation banner is no longer shown for no-VAT contacts, reducing unnecessary prompts and making the flow easier to understand.
Original PR description
Small UX/message improvements to Peppol: - Shorten some messages/information. - Rename the "(Consumer)" information to "(no VAT)". - Don't display the activation banner in case of "no VAT". task-no (last review comment of FP)
Partner autocomplete requests now include the current company's country code for statistical analysis. This helps improve reporting and insight into usage by country without changing the user workflow.
Original PR description
For stats purpose, we know send the country code of the current company. task-4416928