blob: 3d80da136f0c549473258f51b697a7f98ec03a7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-name="mail.NotificationAlert" owl="1">
<div class="o_NotificationAlert">
<t t-if="env.isMessagingInitialized()">
<center t-if="isNotificationBlocked" class="o_notification_alert alert alert-primary">
Odoo Push notifications have been blocked. Go to your browser settings to allow them.
</center>
</t>
</div>
</t>
</templates>
|