mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
25 lines
754 B
XML
25 lines
754 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template
|
|
id="assets_backend"
|
|
name="web_widget_mermaid assets"
|
|
inherit_id="web.assets_backend"
|
|
>
|
|
<xpath expr="." position="inside">
|
|
<script
|
|
type="text/javascript"
|
|
src="/web_widget_mermaid/static/lib/mermaid/mermaid.js"
|
|
/>
|
|
<script
|
|
type="text/javascript"
|
|
src="/web_widget_mermaid/static/src/js/web_widget_mermaid.js"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
type="text/scss"
|
|
href="/web_widget_mermaid/static/src/scss/web_widget_mermaid_default_theme.scss"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|