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.
14 lines
436 B
14 lines
436 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.thread.message">
|
|
<t t-jquery=".oe_msg_icons" t-operation="append">
|
|
<span class="oe_full_expand">
|
|
<a title="Fully expand" class="oe_e">Ñ</a>
|
|
</span>
|
|
</t>
|
|
</t>
|
|
</template>
|