summaryrefslogtreecommitdiff
path: root/addons/snailmail/static/src/components/notification_group/notification_group.xml
blob: 7f04e716072797566f026c1f78a608a7b9bf0035 (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.NotificationGroup" t-inherit-mode="extension">
        <xpath expr="//*[hasclass('o_NotificationGroup_inlineText')]" position="inside">
            <t t-if="group.notification_type === 'snail'">
                An error occurred when sending a letter with Snailmail.
            </t>
        </xpath>
    </t>

</templates>