Daily updates from Odoo
Wednesday, November 5, 2025
2 changes
1 change
Features or functions removed from Odoo
The media dialog no longer offers video platforms that have become unreliable or deprecated, specifically Dailymotion’s old embed method and Youku. This helps prevent users from inserting videos that would later fail to display, while keeping the supported platform list accurate.
Original PR description
Specification: Improve `VideoSelector` Component. After this PR: - Dailymotion has deprecated its legacy embed endpoint starting September 23, 2024. Removed support for embedding Dailymotion videos in the media dialog. - Embedding Youku videos via iframe has become unreliable and no longer functions properly in the media dialog. Removed support for Youku embeds to prevent broken video content. - The supported platforms string now correctly lists YouTube, Vimeo, and Dailymotion, Instagram as supported platforms. task-4855038 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#233962 Forward-Port-Of: odoo/odoo#214296
1 change
Features or functions removed from Odoo
Odoo’s media dialog has been updated to remove video platforms that no longer work reliably, specifically Dailymotion’s old embed method and Youku. This helps prevent broken video embeds and ensures the platform list shown to users only includes supported options.
Original PR description
Specification: Improve `VideoSelector` Component. After this PR: - Dailymotion has deprecated its legacy embed endpoint starting September 23, 2024. Removed support for embedding Dailymotion videos in the media dialog. - Embedding Youku videos via iframe has become unreliable and no longer functions properly in the media dialog. Removed support for Youku embeds to prevent broken video content. - The supported platforms string now correctly lists YouTube, Vimeo, and Dailymotion, Instagram as supported platforms. task-4855038 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#231970 Forward-Port-Of: odoo/odoo#214296