Friday, May 8, 2026
1 change · saas-19.1
Features or functions removed from Odoo
This update removes outdated code from the welcome page related to managing call streams. Previously, the welcome page handled stream cleanup, but this functionality was moved to another part of the system. Removing this unused code simplifies the system and improves efficiency.
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