mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_tree_image_tooltip: black, isort, prettier
This commit is contained in:
committed by
Christopher Ormaza
parent
ce90a8e2bc
commit
c1272d6517
@@ -1,11 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
|
||||
<template id="assets_backend" name="tree icon assets" inherit_id="web.assets_backend">
|
||||
<template
|
||||
id="assets_backend"
|
||||
name="tree icon assets"
|
||||
inherit_id="web.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<link rel='stylesheet' href='/web_tree_image_tooltip/static/src/scss/common.scss'/>
|
||||
<script type="text/javascript" src="/web_tree_image_tooltip/static/src/js/tooltip.js"/>
|
||||
<link
|
||||
rel='stylesheet'
|
||||
href='/web_tree_image_tooltip/static/src/scss/common.scss'
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/web_tree_image_tooltip/static/src/js/tooltip.js"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user