Friday, May 24, 2024
2 changes · 17.0
Enhancements to existing features
This update adjusts the color of placeholder text in input fields to make it appear lighter and more distinct from regular text. Previously, placeholder text was too similar in color to actual user-entered text, which could cause confusion. The change improves the user experience by making it clearer which text is a placeholder versus actual content.
Original PR description
This PR aims to decrease a bit the contrast of placeholder textin order to avoid confusion with regular text. Prior to this PR, placeholder texts were using a gray value from the grayscale, which was very similar to the `$body-color` in some context. To fix that issue, the color of the placeholder has been reduced to make it lighter, even though it doesn't meet `3.5:1` contrast ratio. task-3686510 - requires https://github.com/odoo/odoo/pull/164510 Forward-Port-Of: odoo/enterprise#63111 Forward-Port-Of: odoo/enterprise#62029
This update improves how Odoo communicates with VoIP service providers by including the Odoo version number in the technical headers of VoIP calls. This helps providers better support and troubleshoot issues with different Odoo versions.
Original PR description
Include the version of Odoo in the UserAgent header of SIP requests so that the information is available to the provider. Task-3940569 Forward-Port-Of: odoo/enterprise#62970 Forward-Port-Of: odoo/enterprise#62879