[IMP] web_widget_child_selector: black, isort, prettier

This commit is contained in:
Enric Tobella
2021-06-21 16:29:52 +02:00
committed by Olga Marco
parent bed16c9842
commit 361db88329
7 changed files with 132 additions and 97 deletions

View File

@@ -1,9 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="assets_backend" name="web_widget_child_selector" inherit_id="web.assets_backend">
<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"/>
<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>