summaryrefslogtreecommitdiff
path: root/addons/im_livechat/static/src/components/composer/composer.xml
blob: 5219522049e8cd38bd41e5d918917cd6f421f7ed (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">

    <t t-inherit="mail.Composer" t-inherit-mode="extension">
        <xpath expr="//*[hasclass('o_Composer_buttonAttachment')]" position="replace">
            <t t-if="!composer.thread or composer.thread.channel_type !== 'livechat'">$0</t>
        </xpath>
    </t>

</templates>