Files
web/web_widget_open_tab/views/assets.xml
2022-03-01 13:27:17 +01:00

11 lines
319 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="assets_backend" name="tree icon assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script type="text/javascript" src="/web_widget_open_tab/static/src/js/widget.js"/>
</xpath>
</template>
</odoo>