[FIX]: crm: Fixed problem of wrong file name in terp

bzr revid: rpa@tinyerp.com-20100318052518-2u6mjsfuyateo1z3
This commit is contained in:
rpa (Open ERP) 2010-03-18 10:55:18 +05:30
parent a4739f750d
commit 84d1f690ce
1 changed files with 1 additions and 2 deletions

View File

@ -65,7 +65,7 @@ between mails and Open ERP.""",
'wizard/crm_lead_to_opportunity_view.xml',
'wizard/crm_phonecall2phonecall.xml',
'wizard/phonecall2meeting.xml',
'wizard/phonecall2partner_view.xml',
'wizard/crm_phonecall_to_partner_view.xml',
'wizard/crm_phonecall_to_opportunity_view.xml',
'wizard/crm_opportunity_to_meeting_view.xml',
'wizard/crm_opportunity_to_phonecall_view.xml',
@ -117,4 +117,3 @@ between mails and Open ERP.""",
'certificate': '0079056041421',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: