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.

26 lines
768 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. © 2014-2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. -->
  6. <template>
  7. <!-- Add phone button in top right menu for "Open Caller" -->
  8. <t t-name="asterisk_click2dial.OpenCaller">
  9. <li class="oe_topbar_item oe_topbar_open_caller"
  10. title="Open Caller">
  11. <a id="asterisk-open-caller" href="#" class="fa fa-phone"/>
  12. </li>
  13. </t>
  14. <!-- Add Dial button in phone widget for click2dial feature -->
  15. <!--
  16. <t t-extend="FieldPhone">
  17. <t t-jquery="a.oe_form_uri" t-operation="after">
  18. <a id="click2dial" href="#" class="oe_bold"/>
  19. </t>
  20. </t>
  21. -->
  22. </template>