mirror of https://github.com/OCA/web.git
12 lines
431 B
XML
12 lines
431 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"/>
|
|
<link href="/web_widget_open_tab/static/src/less/open_tab.less" rel="stylesheet" type="text/less"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|