web/web_search_with_and/data/data.xml

9 lines
323 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>