blob: 873b08f4d375989348f686a2db156eb11bce7cff (
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-name="snailmail.SnailmailNotificationPopover" owl="1">
<div class="o_SnailmailNotificationPopover">
<t t-if="message and notification">
<i class="o_SnailmailNotificationPopover_icon" t-att-class="iconClass" role="img"/>
<span t-esc="iconTitle"/>
</t>
</div>
</t>
</templates>
|