[15.0][MIG] web_tree_image_tooltip

This commit is contained in:
Christopher Ormaza
2022-03-11 13:33:48 -05:00
parent b93d978d07
commit d257ce8585
2 changed files with 8 additions and 21 deletions

View File

@@ -7,7 +7,7 @@
{
"name": "Show images in tree views via tooltip",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"author": "Therp BV, "
"MONK Software, "
"Odoo Community Association (OCA), "
@@ -16,6 +16,12 @@
"license": "AGPL-3",
"category": "Web",
"depends": ["web"],
"data": ["view/assets.xml"],
"data": [],
"assets": {
"web.assets_backend": [
"web_tree_image_tooltip/static/src/scss/common.scss",
"web_tree_image_tooltip/static/src/js/tooltip.js",
],
},
"installable": True,
}