mirror of https://github.com/OCA/web.git
10 lines
461 B
XML
10 lines
461 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="assets_backend" name="web_widget_child_selector" inherit_id="web.assets_backend">
|
|
<xpath expr="." position="inside">
|
|
<link rel="stylesheet" href="/web_widget_child_selector/static/src/less/widget_child_selector.less"/>
|
|
<script type="text/javascript" src="/web_widget_child_selector/static/src/js/widget_child_selector.js"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|