summaryrefslogtreecommitdiff
path: root/addons/hr_holidays/static/src/components/thread_icon/thread_icon.xml
blob: f8a728a9c6d6ecda49413096ca70ba9c986a407c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-inherit="mail.ThreadIcon" t-inherit-mode="extension">
        <xpath expr="//*[@name='noImStatusCondition']" position="before">
            <t t-elif="thread.correspondent.im_status === 'leave_online'">
                <div class="o_ThreadIcon_leaveOnline fa fa-plane" title="Online"/>
            </t>
            <t t-elif="thread.correspondent.im_status === 'leave_offline'">
                <div class="o_ThreadIcon_leaveOffline fa fa-plane" title="Out of office"/>
            </t>
        </xpath>
    </t>
</templates>