3
0
Fork 0
web_techsystech/web_widget_json_graph/views/assets.xml

23 lines
611 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template
id="assets_backend"
name="web_widget_json_graph assets"
inherit_id="web.assets_backend"
>
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/web_widget_json_graph/static/src/js/web_widget_json_graph.js"
/>
<link
rel="stylesheet"
type="text/scss"
href="/web_widget_json_graph/static/src/scss/web_widget_json_graph.scss"
/>
</xpath>
</template>
</odoo>