summaryrefslogtreecommitdiff
path: root/addons/website_event_track_live_quiz/views/event_track_templates_page.xml
blob: 7bd968af4a071f4986f4f01588aedd3ddf84c077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="event_track_content"
    name="Main Description: tweak quiz"
    inherit_id="website_event_track_quiz.event_track_content">
    <xpath expr="//div[hasclass('o_we_track_quiz_button')]" position="attributes">
        <attribute name="t-if">track.quiz_id and not track.is_quiz_completed and not track.is_track_upcoming and (not track.is_track_live or track.is_youtube_replay or not track.youtube_video_id)</attribute>
    </xpath>
</template>

</odoo>