Browse Source

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.

pull/437/head
Sylvain LE GAL 4 years ago
parent
commit
d28e812368
  1. 2
      pos_customer_display/static/src/js/devices.js

2
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',

Loading…
Cancel
Save