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.
 
 
 
 
 

12 lines
486 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="website_whatsapp_icon" name="Website WhatsApp Icon"
inherit_id="portal.frontend_layout">
<xpath expr="//div[@id='wrapwrap']" position="inside">
<a t-attf-href="https://api.whatsapp.com/send?phone=#{website.mobile_number}"
class="cy_whatsapp_web" target="_blank">
<i class="fa fa-whatsapp cy-icon"/>
</a>
</xpath>
</template>
</odoo>