Browse Source

🌈 pre-commit: no-shadow

pull/270/head
Denis Mudarisov 5 years ago
parent
commit
2a85744705
  1. 2
      mail_move_message/static/src/js/mail_move_message.js

2
mail_move_message/static/src/js/mail_move_message.js

@ -50,7 +50,7 @@ odoo.define("mail_move_message.relocate", function(require) {
var result = this._super.apply(this, arguments);
// For show wizard in the form
if (this.fields.thread && this.fields.thread.thread) {
var thread = this.fields.thread.thread;
thread = this.fields.thread.thread;
thread.on("move_message", this, thread.on_move_message);
}
return $.when(result).done(function() {});

Loading…
Cancel
Save