mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] Renamed web_tree_image_tooltip
This commit is contained in:
committed by
Christopher Ormaza
parent
4324ba4c41
commit
cfd61b9be1
11
web_tree_image_tooltip/view/assets.xml
Normal file
11
web_tree_image_tooltip/view/assets.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<odoo>
|
||||
|
||||
<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"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user