[IMP][REM]: Improve code and remove unused method

bzr revid: aja@tinyerp.com-20130924133041-0j2k8qc5ubjxwghx
This commit is contained in:
ajay javiya (OpenERP) 2013-09-24 19:00:41 +05:30
parent 5d95224114
commit 2f708369cb
2 changed files with 1 additions and 2 deletions

View 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.

View 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,