Files
web/web_widget_json_graph/views/assets.xml
Luis González [Vauxoo] d26e228ffd [ADD] web_widget_json_graph: Module to Draw json fields with graphs (#1733)
This module allows to load a line graph per ordered pair from an
One2many or
Many2many field.

Co-Authored-By: Francisco Luna <fluna@vauxoo.com>
Co-Authored-By: José Robles <josemanuel@vauxoo.com>
Co-Authored-By: Luis González <lgonzalez@vauxoo.com>
Co-Authored-By: Nhomar Hernández <nhomar@vauxoo.com>

Co-authored-by: Francisco Luna <fluna@vauxoo.com>
Co-authored-by: José Robles <josemanuel@vauxoo.com>
Co-authored-by: Nhomar Hernández <nhomar@vauxoo.com>
2020-11-23 21:50:46 -06:00

12 lines
483 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"></script>
<link rel="stylesheet" type="text/scss" href="/web_widget_json_graph/static/src/scss/web_widget_json_graph.scss"/>
</xpath>
</template>
</odoo>