forked from OCA/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
30 lines (29 loc) · 973 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 2014 Therp BV (<http://therp.nl>).
# Copyright 2015 Leonardo Donelli @ MONKSoftware
# Copyright 2013 Marcel van der Boom <marcel@hsdev.com>
# Copyright 2016 - TODAY Serpent Consulting Services Pvt. Ltd.
# (<http://www.serpentcs.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Show images in tree views via tooltip",
"version": "15.0.1.1.0",
"author": "Therp BV, "
"MONK Software, "
"Odoo Community Association (OCA), "
"Serpent Consulting Services Pvt. Ltd.",
"website": "/~https://github.com/OCA/web",
"license": "AGPL-3",
"category": "Web",
"depends": ["web"],
"data": [],
"demo": [
"demo/view_res_users.xml",
],
"assets": {
"web.assets_backend": [
"web_tree_image_tooltip/static/src/scss/common.scss",
"web_tree_image_tooltip/static/src/js/tooltip.js",
],
},
"installable": True,
}