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

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