mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
17 lines
425 B
XML
17 lines
425 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
|
|
<template
|
|
id="assets_backend"
|
|
name="Backend Assets (used in backend interface)"
|
|
inherit_id="web.assets_backend"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<script
|
|
type="text/javascript"
|
|
src="/kpi_dashboard_bokeh/static/src/js/bokeh_widget.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|