[MIG] Migrate web_search_with_and from 8.0 to 10.0

This commit is contained in:
adrien.didenot
2017-02-02 16:57:27 +01:00
committed by Pedro M. Baeza
parent 6ceced2dfb
commit 3e9c69263a
5 changed files with 55 additions and 36 deletions

View File

@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<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>
</data>
</openerp>
<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>