[12.0][ADD] kpi_dashboard_bokeh

This commit is contained in:
Enric Tobella
2020-04-28 15:10:19 +02:00
parent cddc62b70c
commit 9fecb4a7b7
14 changed files with 713 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?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>