mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Use new classes for the interactive notifications
This commit is contained in:
committed by
Yannick Vaucher
parent
b333cdc7b1
commit
bf7fda1980
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user