Daily updates from Odoo
Thursday, November 10, 2022
1 change
Code cleanup and technical improvements
The VoIP softphone is being reorganized so its window display and folding behavior are managed in a dedicated place instead of older screen components. This should make the calling interface easier to maintain and prepare it for more reliable future improvements, with limited immediate impact for users.
Original PR description
Introduce SoftphoneWindow model and start moving the state from the legacy DialingPanelWidget into it. Task-3047631.