18 lines
1.0 KiB
XML
18 lines
1.0 KiB
XML
<odoo>
|
|
<template id="assets_backend" name="map assets" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<script type="text/javascript" src="/odex25_web_map/static/src/js/map_controller.js"/>
|
|
<script type="text/javascript" src="/odex25_web_map/static/src/js/map_model.js"/>
|
|
<script type="text/javascript" src="/odex25_web_map/static/src/js/map_renderer.js"/>
|
|
<script type="text/javascript" src="/odex25_web_map/static/src/js/map_view.js"/>
|
|
<link rel="stylesheet" type="text/css" href="/odex25_web_map/static/lib/leaflet/leaflet.css"/>
|
|
<link rel="stylesheet" type="text/scss" href="/odex25_web_map/static/src/scss/map_view.scss"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="qunit_suite" name="odex25_web_map_assets" inherit_id="web.qunit_suite_tests">
|
|
<xpath expr="." position="inside">
|
|
<script type="text/javascript" src = "/odex25_web_map/static/tests/map_view_tests.js"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|