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.
9 lines
514 B
9 lines
514 B
<odoo>
|
|
<template id="assets_frontend" inherit_id="website.assets_frontend" name="Assets For Featured Products">
|
|
<xpath expr="." position="inside">
|
|
<link href="/website_featured_products/static/src/css/Style.css" rel="stylesheet" type="text/css"/>
|
|
<script type="text/javascript" src="/website_featured_products/static/src/lib/slick.min.js"/>
|
|
<script type="text/javascript" src="/website_featured_products/static/src/js/featured_product.js"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|