[IMP][REM]: Improve code and remove unused method
authorajay javiya (OpenERP) <aja@tinyerp.com>
Tue, 24 Sep 2013 13:30:41 +0000 (19:00 +0530)
committerajay javiya (OpenERP) <aja@tinyerp.com>
Tue, 24 Sep 2013 13:30:41 +0000 (19:00 +0530)
bzr revid: aja@tinyerp.com-20130924133041-0j2k8qc5ubjxwghx

addons/mail/mail_thread.py
addons/mail/static/src/js/mail.js

index 381c74e..47022f8 100644 (file)
@@ -1319,7 +1319,7 @@ class mail_thread(osv.AbstractModel):
         #raise error on comment message if user is not employee
         employee = self._check_user_is_employee(cr, uid, context=context)
         if not employee and type == 'comment':
-            raise orm.except_orm(_('Access Denied'),_('Restricted to employees.'))
+            raise orm.except_orm(_('Warning'),_('Restricted to employees.'))
 
         # if we're processing a message directly coming from the gateway, the destination model was
         # set in the context.
index 84799e2..1f22d90 100644 (file)
@@ -1794,7 +1794,6 @@ openerp.mail = function (session) {
             this._super.apply(this, arguments);
             this.ParentViewManager = parent;
             this.node = _.clone(node);
-            console.log(self.node);
            this.node.params = _.extend({
                 'display_indented_thread': -1,
                 'show_reply_button': false,