From 005472db9cc714a9bef8543c183cc66aa570e998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Kawala?= Date: Tue, 4 Feb 2020 09:20:53 +0100 Subject: [PATCH] removed useless fonction parameter. --- pos_barcode_tare/static/src/js/pos_barcode_tare.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_barcode_tare/static/src/js/pos_barcode_tare.js b/pos_barcode_tare/static/src/js/pos_barcode_tare.js index 5c372201..d52d838c 100644 --- a/pos_barcode_tare/static/src/js/pos_barcode_tare.js +++ b/pos_barcode_tare/static/src/js/pos_barcode_tare.js @@ -243,7 +243,7 @@ odoo.define('pos_barcode_tare.screens', function (require) { this.close(); this.gui.show_screen(this.previous_screen); }, - renderElement: function (self) { + renderElement: function () { this._super(); var self = this; this.$('.back').click(function () {