Daily updates from Odoo
Friday, May 8, 2026
1 change · saas-19.2
Features or functions removed from Odoo
This update removes outdated code from the welcome page related to call preview streams. Previously, the welcome page handled stream management, but this has been updated to a more efficient system. This cleanup improves the stability and performance of the welcome page.
Original PR description
**Purpose of this PR:** Since odoo#228382, the welcome page no longer manages call preview media streams itself. `CallPreview` now handles both stream cleanup on destroy and the `getUserMedia` race that could happen when leaving the page while permission was still pending. The `isClosed` flag was introduced in odoo#179690 to guard that race in `WelcomePage`, but it became obsolete after the refactor and the assignment was not cleaned up. This commit removes the unused assignment from the welcome page. Forward-Port-Of: odoo/odoo#263216