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.

17 lines
449 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. OVH connector module for Odoo
  4. Copyright (C) 2015 Alexis de Lattre <alexis@via.ecp.fr>
  5. The licence is in the file __openerp__.py
  6. -->
  7. <template>
  8. <!-- Add Dial button in phone widget for click2dial feature -->
  9. <t t-extend="FieldPhone">
  10. <t t-jquery="a.oe_form_uri" t-operation="after">
  11. <a id="click2dial" href="#" class="oe_bold"/>
  12. </t>
  13. </t>
  14. </template>