[ADD] base_import_module test module, static asset in backend bundle

bzr revid: fme@openerp.com-20140505145816-jz7e4byh1imrkaek
This commit is contained in:
Fabien Meghazi 2014-05-05 16:58:16 +02:00
parent 45d64640f8
commit 9ca54d43ca
1 changed files with 6 additions and 0 deletions

View File

@ -41,5 +41,11 @@
</xpath>
</template>
<template id="assets" inherit_id="web.assets_backend" name="base module import test">
<xpath expr="." position="inside">
<script type="text/javascript" src="/test_module/static/src/js/test.js"></script>
</xpath>
</template>
</data>
</openerp>