mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_widget_child_selector: black, isort, prettier
This commit is contained in:
committed by
Olga Marco
parent
bed16c9842
commit
361db88329
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user