forked from Techsystech/web
21 lines
614 B
XML
21 lines
614 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"
|
|
type="text/scss"
|
|
href="/web_widget_child_selector/static/src/scss/widget_child_selector.scss"
|
|
/>
|
|
<script
|
|
type="text/javascript"
|
|
src="/web_widget_child_selector/static/src/js/widget_child_selector.js"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|