Files
web/web_widget_open_tab/views/assets.xml
2023-03-15 14:24:38 +05:30

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>