diff --git a/web_tree_image/__manifest__.py b/web_tree_image/__manifest__.py index 8642cafa..db8f9fec 100644 --- a/web_tree_image/__manifest__.py +++ b/web_tree_image/__manifest__.py @@ -27,7 +27,7 @@ ############################################################################## { 'name': 'Show images in tree views', - 'version': '9.0.1.1.0', + 'version': '10.0.1.1.0', 'author': "Therp BV, " "MONK Software, " "Odoo Community Association (OCA), " @@ -44,5 +44,5 @@ 'data': [ 'view/assets.xml', ], - 'installable': False, + 'installable': True, } diff --git a/web_tree_image/static/src/js/web_tree_image.js b/web_tree_image/static/src/js/web_tree_image.js index 92d02f12..11b58201 100644 --- a/web_tree_image/static/src/js/web_tree_image.js +++ b/web_tree_image/static/src/js/web_tree_image.js @@ -19,7 +19,7 @@ along with this program. If not, see . */ -odoo.define('web.tree_image', function (require) { +odoo.define('web.WebTreeImage', function (require) { "use strict"; var core = require('web.core'); var session = require('web.session');