mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Add README.rst Too short underline for module title in README.rst Improving module meta information Version 1.0 W391 blank line at end of file Remove module description because README.rst is there web_search_with_and: Latest OCA conventions
11 lines
372 B
XML
11 lines
372 B
XML
<?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>
|