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.
33 lines
1.1 KiB
33 lines
1.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<odoo>
|
|
|
|
<template id="assets_frontend_lego" name="My style"
|
|
inherit_id="website.assets_frontend">
|
|
<xpath expr="//link[last()]" position="after">
|
|
|
|
<link rel="stylesheet" type="text/scss"
|
|
href="/theme_lego/static/src/css/owl.carousel.min.css"/>
|
|
<link rel="stylesheet" type="text/scss"
|
|
href="/theme_lego/static/src/css/owl.theme.default.min.css"/>
|
|
<link rel="stylesheet" type="text/scss"
|
|
href="/theme_lego/static/src/css/style.css"/>
|
|
|
|
|
|
</xpath>
|
|
|
|
<xpath expr="//script[last()]" position="after">
|
|
<script type="text/javascript"
|
|
src="/theme_lego/static/src/js/owl.carousel.js"/>
|
|
<script type="text/javascript"
|
|
src="/theme_lego/static/src/js/owl.carousel.min.js"/>
|
|
<script type="text/javascript"
|
|
src="/theme_lego/static/src/js/index.js"/>
|
|
<script type="text/javascript"
|
|
src="/theme_lego/static/src/js/deal.js"/>
|
|
|
|
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|