summaryrefslogtreecommitdiff
path: root/addons/website_livechat/static/src/components/discuss/discuss.xml
blob: af5a14696f06f9537bca5cfd9daebb5217f98cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
    <t t-inherit="mail.Discuss.content" t-inherit-mode="extension">
        <xpath expr="//*[hasclass('o_Discuss_thread')]" position="before">
            <t t-if="discuss.thread.visitor">
                <VisitorBanner
                    visitorLocalId="discuss.thread.visitor.localId"
                />
            </t>
        </xpath>
    </t>
</templates>