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.
 
 
 
 
 

19 lines
833 B

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- To inherit header -->
<template id="xtream_header0" inherit_id="website.template_header_default">
<xpath expr="//t[@t-call='website.placeholder_header_text_element']" position="replace">
</xpath>
<xpath expr="//t[@t-call='website.placeholder_header_call_to_action']" position="replace">
<div class="help-line text-center">
<a href="tel:+346573556778"><i class="fa fa-headphones">/</i> +34 657 3556 778</a>
</div>
</xpath>
</template>
<!-- To inherit cart -->
<template id="xtream_cart" inherit_id="website_sale.header_cart_link">
<xpath expr="//i[@t-if='_icon']" position="replace">
<i t-if="_icon" class="fa fa-shopping-bag"/>
</xpath>
</template>
</odoo>