Use new classes for the interactive notifications

This commit is contained in:
Guewen Baconnier
2018-06-27 22:12:51 +02:00
committed by Yannick Vaucher
parent b333cdc7b1
commit bf7fda1980
3 changed files with 45 additions and 19 deletions

View File

@@ -17,14 +17,14 @@
</div>
</t>
<t t-extend="Notification">
<t t-name="InteractiveNotification" t-extend="Notification">
<t t-jquery=".o_notification_content" t-operation="after">
<t t-call="Notification.reload"/>
<t t-call="Notification.do_action"/>
</t>
</t>
<t t-extend="Warning">
<t t-name="InteractiveWarning" t-extend="Warning">
<t t-jquery=".o_notification_content" t-operation="after">
<t t-call="Notification.reload"/>
<t t-call="Notification.do_action"/>