Added close button on conversations

bzr revid: nicolas.vanhoren@openerp.com-20121130143311-imipvgtrl99iejo2
This commit is contained in:
niv-openerp 2012-11-30 15:33:11 +01:00
parent 88f6d86264
commit 051fcf50b7
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ openerp.web_im = function(instance) {
"template": "Conversation",
events: {
"keydown input": "send_message",
"click .oe_im_chatview_close": "destroy",
},
init: function(parent, user_rec) {
this._super(parent);