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.
 
 
 
 
 

18 lines
638 B

<odoo>
<template id="assets_frontend_zoom"
inherit_id="website.assets_frontend"
name="zoom">
<xpath expr="." position="inside">
<script type="text/javascript"
src="/website_sale_product_gallery_zoom/static/lib/xzoom.min.js"
/>
<script type="text/javascript"
src="/website_sale_product_gallery_zoom/static/src/js/setup.js"
/>
<link href="/website_sale_product_gallery_zoom/static/src/css/xzoom.css"
rel="stylesheet"
type="text/css"
/>
</xpath>
</template>
</odoo>