Files
web/web_search_with_and/data/data.xml
2020-11-09 18:24:12 +01:00

16 lines
398 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template
id="assets_backend"
name="web_view_editor assets"
inherit_id="web.assets_backend"
>
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/web_search_with_and/static/src/js/search.js"
/>
</xpath>
</template>
</odoo>