mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_widget_plotly_chart: Migration to 14.0
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template id="assets_backend" inherit_id="web.assets_backend">
|
||||
<xpath expr="//script[last()]" position="after">
|
||||
|
||||
<template
|
||||
id="assets_backend"
|
||||
name="web_widget_plotly_chart assets"
|
||||
inherit_id="web.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<!-- Library -->
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/web_widget_plotly_chart/static/lib/plotly/plotly-latest.min.js"
|
||||
src="/web_widget_plotly_chart/static/src/lib/plotly/plotly-2.7.0.min.js"
|
||||
/>
|
||||
|
||||
<!-- Widget -->
|
||||
@@ -13,7 +17,6 @@
|
||||
type="text/javascript"
|
||||
src="/web_widget_plotly_chart/static/src/js/widget_plotly.js"
|
||||
/>
|
||||
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user