summaryrefslogtreecommitdiff
path: root/addons/google_calendar/static/src/xml/google_calendar_popover.xml
blob: f026facc9905b991f3b3c7cbd9a0f45f36bfea8a (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<templates>
    <t t-extend="Calendar.attendee.status.popover">
        <t t-jquery=".o_cw_popover_edit" t-operation="after">
            <a t-if="typeof widget.isGEventSyncedAndArchivable === 'function' and widget.isGEventSyncedAndArchivable() and widget.isEventDetailsVisible()" href="#" class="btn btn-secondary o_cw_popover_archive_g">Archive</a>
        </t>
    </t>
</templates>