[FIX] im_livechat: hide livechat button when printing

related to opw-645011
This commit is contained in:
Nicolas Lempereur 2015-07-22 15:31:36 +02:00
parent 9abf868948
commit 74e52a9ce6
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
});
im_livechat.ChatButton = openerp.Widget.extend({
className: "openerp_style oe_chat_button",
className: "openerp_style oe_chat_button hidden-print",
events: {
"click": "click"
},