From d28e812368e71a14639b3e5ee772985edc0607b5 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Sun, 12 Jan 2020 01:06:05 +0100 Subject: [PATCH] fixup! fixup! [MIG] pos_customer_display: Migration to 12.0 [REF] OCA Convention - rename files. - split js file into many files. (models, screens, etc.) [FIX] make default "welcome" and "good bye" message translatable [REF] add the possibility to have other format of LCD Customer display. --- pos_customer_display/static/src/js/devices.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pos_customer_display/static/src/js/devices.js b/pos_customer_display/static/src/js/devices.js index 0571dee2..a87518be 100644 --- a/pos_customer_display/static/src/js/devices.js +++ b/pos_customer_display/static/src/js/devices.js @@ -24,7 +24,6 @@ odoo.define('pos_customer_display.devices', function (require) { }, load_customer_display_format_file: function(){ - // console.log(this.config.customer_display_format); if (this.pos.config.customer_display_format == "2_20") { this.customer_display_proxy = new customer_display_2_20.CustomerDisplay_2_20(this); } else { @@ -33,7 +32,6 @@ odoo.define('pos_customer_display.devices', function (require) { }, send_text_customer_display: function(data){ - console.log(data); if (this.customer_display_proxy) { return this.message( 'send_text_customer_display',