[IMP] crm:improved code

bzr revid: tpa@tinyerp.com-20120427114516-3d38ee8j8csbcc9t
This commit is contained in:
Turkesh Patel (Open ERP) 2012-04-27 17:15:16 +05:30
parent b42df8a295
commit b30e04c8f8
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ class crm_case(crm_base):
return True
def case_get_note_msg_prefix(self, cr, uid, id, context=None):
return ''
return 'Case'
def case_open(self, cr, uid, ids, context=None):
"""Opens Case"""