From d257ce8585927ae5f951f4b0a707515067848d5d Mon Sep 17 00:00:00 2001 From: Christopher Ormaza Date: Fri, 11 Mar 2022 13:33:48 -0500 Subject: [PATCH] [15.0][MIG] web_tree_image_tooltip --- web_tree_image_tooltip/__manifest__.py | 10 ++++++++-- web_tree_image_tooltip/view/assets.xml | 19 ------------------- 2 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 web_tree_image_tooltip/view/assets.xml diff --git a/web_tree_image_tooltip/__manifest__.py b/web_tree_image_tooltip/__manifest__.py index 28d243b45..d5ed10f2c 100644 --- a/web_tree_image_tooltip/__manifest__.py +++ b/web_tree_image_tooltip/__manifest__.py @@ -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, } diff --git a/web_tree_image_tooltip/view/assets.xml b/web_tree_image_tooltip/view/assets.xml deleted file mode 100644 index 4426cee68..000000000 --- a/web_tree_image_tooltip/view/assets.xml +++ /dev/null @@ -1,19 +0,0 @@ - - -