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.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <odoo>
- <template id="assets_frontend" name="Website Apps Store"
- inherit_id="website.assets_frontend">
- <xpath expr="." position="inside">
- <link rel="stylesheet" href="/website_apps_store/static/src/css/main.scss"/>
- <script type="text/javascript" src="/website_apps_store/static/src/js/website_sale.js"></script>
- <script type="text/javascript" src="/website_apps_store/static/src/js/website_apps_store_tour.js"></script>
- </xpath>
- </template>
-
- </odoo>
|