[IMP]Thunderbird : Create New Documents - Name of the Document Improved
authorjam-openerp <jam@tinyerp.com>
Wed, 3 Nov 2010 13:23:09 +0000 (18:53 +0530)
committerjam-openerp <jam@tinyerp.com>
Wed, 3 Nov 2010 13:23:09 +0000 (18:53 +0530)
bzr revid: jam@tinyerp.com-20101103132309-85g1p5kgmuql2vpc

addons/thunderbird/partner/partner.py

index 825c4f6..e9de536 100644 (file)
@@ -299,11 +299,8 @@ class thunderbird_partner(osv.osv_memory):
             name_get.append('error')\r
             name_get.append(er_val)\r
         return name_get\r
-\r
-\r
-\r
     def list_alldocument(self,cr,user,vals):\r
-        obj_list= [('crm.lead','Lead'),('project.issue','Project Issue'), ('hr.applicant','HR Recruitment')]\r
+        obj_list= [('crm.lead','CRM Lead'),('project.issue','Project Issue'), ('hr.applicant','HR Applicant')]\r
         object=[]\r
         model_obj = self.pool.get('ir.model')\r
         for obj in obj_list:\r