Files
web/web_drop_target/views/templates.xml
Enric Tobella 97fa4c5a93 [IMP][13.0] web_drop_target: Change less files for scss
web_drop_target 13.0.1.1.0

[UPD] README.rst

[UPD] README.rst
2022-02-03 14:55:23 +05:30

24 lines
686 B
XML

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