14 lines
511 B
XML
14 lines
511 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<odoo>
|
||
|
|
||
|
<template id="s_video" name="Video">
|
||
|
<div class="media_iframe_video o_snippet_drop_in_only" data-oe-expression="//www.youtube.com/embed/G8b4UZIcTfg?rel=0&autoplay=0">
|
||
|
<div class="css_editable_mode_display"></div>
|
||
|
<div class="media_iframe_video_size"></div>
|
||
|
<iframe src="//www.youtube.com/embed/G8b4UZIcTfg?rel=0&autoplay=0"
|
||
|
frameborder="0" allowfullscreen="allowfullscreen"></iframe>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
</odoo>
|