mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-15 10:42:07 +00:00
12 lines
369 B
XML
12 lines
369 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<flectra>
|
||
|
<template id="assets_backend" name="report assets" inherit_id="web.assets_backend">
|
||
|
<xpath expr="." position="inside">
|
||
|
<script
|
||
|
type="text/javascript"
|
||
|
src="/report_py3o/static/src/js/py3oactionmanager.js"
|
||
|
/>
|
||
|
</xpath>
|
||
|
</template>
|
||
|
</flectra>
|