Daily updates from Odoo
Wednesday, August 3, 2022
1 change
Resolved issues and error corrections
Clicking a phone number while VoIP is installed no longer causes an error. Instead, it opens the VoIP dialing panel as expected, improving reliability for users who place calls from Odoo records.
Original PR description
Before this commit, it crashed when the user clicked on the value of a PhoneField, with voip installed. After this commit, it opens the voip DialingPanel as expected. This commit also duplicates and adapts the (small) test suite for the voip PhoneField, s.t. the new implementation is tested as well. Before, only the legacy implementation was tested.