Wednesday, April 9, 2025
2 changes · master
New functionality added to Odoo
Event teams can now create and schedule YouTube Live streams directly from event tracks, with the generated stream link saved on the track. The update also supports setting YouTube thumbnails through Marketing Cards, making live event setup faster and more integrated.
Original PR description
*=website_event_track_live_marketing_card Purpose ======= Schedule YouTube Live Stream for Live Tracks Directly from Event Track Spec ==== 1) Add 'Create YouTube Live' option on event tracks, which…
*=website_event_track_live_marketing_card Purpose ======= Schedule YouTube Live Stream for Live Tracks Directly from Event Track Spec ==== 1) Add 'Create YouTube Live' option on event tracks, which on click will schedule live stream for the given track(s). - Generated live stream link will be stored in `youtube_video_url` (Readonly) 2) Allow to Set YouTube Thumbnail using Marketing Card app - Max Size YouTube Allowed is 2MB # How to Create YouTube Live Post: - Put your YouTube Client ID and Secret in Settings page. - Add Your YouTube Account - Go to any Event Track, click on 'Create YouTube Live', fill up necessary values - Hit Start & Ta-Da! Your Track will be Schedule Live in YouTube Technical ========== 📌 Documentation: https://developers.google.com/youtube/v3/live/ 📌 Quota Limits: YouTube API allows 10,000 units/day See unit costs- https://developers.google.com/youtube/v3/determine_quota_cost Note: Requires YouTube OAuth Client ID & Secret for authentication. #### To set up a live event broadcast Step 1 -> Create `liveBroadcast` Step 2 -> Create `liveStream` Step 3 -> Bind `liveBroadcast` to its `liveStream` (Links the video bits that you will transmit to YouTube with the event broadcast for that video) #### YouTube Thumbnails take 50 units to insert. Task-4460521
Odoo now supports DPO Pay as a payment provider, allowing businesses to offer customers another online payment option. The integration uses a redirect-based payment flow, helping merchants expand payment coverage without relying on webhook setup.
Original PR description
Adding new payment provider DPO Pay. Redirect flow with return controller only (no webhook). task-4279924