[ADD] web_widget_child_selector

This commit is contained in:
Enric Tobella
2019-11-07 18:05:12 +01:00
committed by Olga Marco
parent d4704c67c4
commit 5e2530e535
15 changed files with 741 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?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>