You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
460 B

<?xml version="1.0" encoding="UTF-8"?>
<!-- © 2014-2015 Grupo ESOC <http://www.grupoesoc.es>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
<template>
<t t-extend="mail.ChatThread.Message">
<t t-jquery=".o_thread_message_needaction" t-operation="after">
<i class="fa o_full_expand fa-arrows-alt"
t-att-data-message-id="message.id" title="Fully Expand"/>
</t>
</t>
</template>