odoo/ext/clarico-addons/snippet_style_2/template/assets.xml

23 lines
841 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="style2_assets_frontend" inherit_id="web.assets_frontend" name="Style">
<xpath expr="." position="inside">
<link href="/snippet_style_2/static/src/less/c_snippet.less"
type="text/less" rel="stylesheet" />
<!-- <script src="/snippet_style_2/static/src/js/c_snippet.js"
type="text/javascript"></script> -->
<script src="/snippet_style_2/static/src/js/c_snippent_frontend.js"
type="text/javascript"></script>
</xpath>
</template>
<template id="assets_editor_js"
name="E-commerce product carousel snippets JS Editor assets"
inherit_id="website.assets_editor">
<xpath expr="//script[last()]" position="after">
<script src="/snippet_style_2/static/src/js/c_snippent_backend.js"
type="text/javascript"></script>
</xpath>
</template>
</odoo>