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.
10 lines
351 B
10 lines
351 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="website_search_blog.assets_frontend" inherit_id="website.assets_frontend" name="Product Search">
|
|
<xpath expr="." position="inside">
|
|
<script type="text/javascript" src="/website_search_blog/static/src/js/search.js"></script>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|
|
|