[MIG] web_ir_actions_act_window_message

This commit is contained in:
Thomas Binsfeld
2020-06-15 15:20:17 +02:00
committed by Jasmin Solanki
parent d98e1fe2f5
commit 4414a202b1
4 changed files with 54 additions and 62 deletions

View File

@@ -1,5 +1,7 @@
<templates>
<div t-name="web_ir_actions_act_window_message">
<div><t t-esc="action.message" /></div>
<div>
<t t-esc="action.message" />
</div>
</div>
</templates>