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.
 
 
 
 
 

24 lines
1.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<template id="theme_boec_assets" inherit_id="website.assets_frontend">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/css" href="/theme_boec/static/src/css/style.css"/>
<link rel="stylesheet" type="text/css" href="/theme_boec/static/src/css/owl.carousel.min.css"/>
<link rel="stylesheet" type="text/css" href="/theme_boec/static/src/css/owl.theme.default.min.css"/>
</xpath>
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/theme_boec/static/src/js/owl.carousel.js"/>
<script type="text/javascript" src="/theme_boec/static/src/js/owl.carousel.min.js"/>
<script type="text/javascript" src="/theme_boec/static/src/js/jquery.countdown.min.js"/>
<script type="text/javascript" src="/theme_boec/static/src/js/deal_week.js"/>
<script type="text/javascript" src="/theme_boec/static/src/js/price_filter.js"/>
<script type="text/javascript" src="/theme_boec/static/src/js/product_tab.js"/>
<script type="text/javascript" src="/theme_boec/static/src/js/custom.js"/>
</xpath>
<xpath expr="." position="inside">
<link href="https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,500&amp;family=Montserrat&amp;display=swap" rel="stylesheet"/>
</xpath>
</template>
</data>
</odoo>