blob: c5f5a8db5dcaba1e03c78f91c7ea5f5b35a83f5d (
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 === 'sms'">
An error occurred when sending an SMS.
</t>
</xpath>
</t>
</templates>
|