web mailing list archives

web@odoo-community.org

Avatar

Re: [OCA/web] [11.0] [MIG] web_tree_image (#1006)

by Dennis Sluijk <notifications@github.com> - 04/09/2018 13:33:05

@tarteo requested changes on this pull request.


In web_tree_image/static/src/js/tooltip.js:

> @@ -0,0 +1,17 @@
+odoo.define('web_tree_image.web_tree_image', function(require) {
+"use strict";
+
+var ListRenderer = require('web.ListRenderer');
+
+ListRenderer.include({
+    events: _.extend({}, ListRenderer.prototype.events, {
+    	'mouseover tbody tr td .o_field_image': '_onHoverRecord_img',
+    }),
+	_onHoverRecord_img: function (event) {

Can you make the indentation straight?


You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.