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
429 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- © 2014-2015 Grupo ESOC <www.grupoesoc.es>
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
  4. <template>
  5. <t t-extend="mail.thread.message">
  6. <t t-jquery=".oe_msg_icons .oe_reply" t-operation="before">
  7. <span class="oe_forward">
  8. <a title="Forward" class="oe_e">*</a>
  9. </span>
  10. </t>
  11. </t>
  12. </template>