2018-01-16 06:58:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-16 11:34:37 +01:00
|
|
|
<flectra>
|
2018-01-16 06:58:15 +01:00
|
|
|
<template id="assets_backend" name="mrp assets" inherit_id="web.assets_backend">
|
|
|
|
<xpath expr="." position="inside">
|
|
|
|
<script type="text/javascript" src="/mrp/static/src/js/mrp.js"></script>
|
|
|
|
<link rel="stylesheet" type="text/less" href="/mrp/static/src/less/mrp.less"/>
|
|
|
|
</xpath>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<template id="qunit_suite" inherit_id="web.qunit_suite">
|
|
|
|
<xpath expr="//script[last()]" position="after">
|
|
|
|
<script type="text/javascript" src="/mrp/static/tests/mrp_tests.js"/>
|
|
|
|
</xpath>
|
|
|
|
</template>
|
|
|
|
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|