[IMP] Renamed web_tree_image_tooltip

This commit is contained in:
Nikul Chaudhary
2018-11-13 18:32:21 +05:30
committed by Christopher Ormaza
parent 4324ba4c41
commit cfd61b9be1
13 changed files with 596 additions and 0 deletions

View 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>