Wednesday, June 22, 2022
2 changes · master
Enhancements to existing features
The test setup for the enterprise messaging menu now uses the same web client and systray services as the real application instead of a special test-only helper. This improves test reliability and helps unblock related development work without changing the user experience.
Original PR description
The createMessagingMenu helper was used during tests to mount a messaging menu and test it. However, this approach is not very realistic and blocks some waiting PRs. In order to get closer from the reality, let's instanciate a webClient and a systrayService for the messagingMenu to be present at all time. community: https://github.com/odoo/odoo/pull/94301
This update removes outdated encoding comments from VoIP-related code files. It is an internal cleanup that keeps the codebase tidier without changing product behavior or user workflows.
Original PR description
Remove useless comments `# -*- coding: utf-8 -*-` from the VoIP codebase.