Añadidos módulos de OCA/e-commerce para la tienda online
This commit is contained in:
parent
10bfdb5a49
commit
c14ed5b4ef
99 changed files with 5359 additions and 0 deletions
26
website_snippet_carousel_product/templates/assets.xml
Normal file
26
website_snippet_carousel_product/templates/assets.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template id="assets_frontend" inherit_id="website.assets_frontend">
|
||||
<xpath expr="link[last()]" position="after">
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/website_snippet_carousel_product/static/src/scss/s_product_carousel.scss"
|
||||
/>
|
||||
</xpath>
|
||||
<xpath expr="script[last()]" position="after">
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/website_snippet_carousel_product/static/src/js/s_product_carousel_frontend.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
<template id="assets_editor" inherit_id="web_editor.assets_editor">
|
||||
<xpath expr="script[last()]" position="after">
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/website_snippet_carousel_product/static/src/js/snippet.options.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
Loading…
Add table
Add a link
Reference in a new issue