[IMP]Thunderbird : Create New Documents - Name of the Document Improved

bzr revid: jam@tinyerp.com-20101103132309-85g1p5kgmuql2vpc
This commit is contained in:
jam-openerp 2010-11-03 18:53:09 +05:30
parent c6e075aee4
commit f41d770476
1 changed files with 1 additions and 4 deletions

View File

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