Browse Source

fixup! fixup! [MIG] pos_tare: Migration to 12.0

pull/501/head
Sylvain LE GAL 5 years ago
committed by François Kawala
parent
commit
3ff5bba040
  1. 1
      pos_tare/static/src/js/screens.js

1
pos_tare/static/src/js/screens.js

@ -28,6 +28,7 @@ odoo.define('pos_tare.screens', function (require) {
this.$('#input_weight_tare').keyup(function(event){
self.onchange_tare(event);
});
this.$('#input_weight_tare').focus()
},
// Overload set_weight function

Loading…
Cancel
Save