openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #14283
[Bug 1009348] Re: IndexError: list index out of range
** Changed in: openobject-addons
Status: Expired => Invalid
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1009348
Title:
IndexError: list index out of range
Status in OpenERP Addons (modules):
Invalid
Bug description:
Server Traceback (most recent call last):
File "/home/tta/source/client-web/trunk/addons/web/common/http.py", line 607, in send
result = openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/home/tta/source/server/trunk/openerp/netsvc.py", line 362, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/tta/source/server/trunk/openerp/service/web_services.py", line 586, in dispatch
res = fn(db, uid, *params)
File "/home/tta/source/server/trunk/openerp/osv/osv.py", line 167, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/home/tta/source/server/trunk/openerp/osv/osv.py", line 121, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/tta/source/server/trunk/openerp/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/tta/source/server/trunk/openerp/osv/osv.py", line 164, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/tta/source/addons/trunk/crm/wizard/crm_lead_to_opportunity.py", line 51, in default_get
res = super(crm_lead2opportunity_partner, self).default_get(cr, uid, fields, context=context)
File "/home/tta/source/addons/trunk/crm/wizard/crm_lead_to_partner.py", line 74, in default_get
partner_id = self._select_partner(cr, uid, context=context)
File "/home/tta/source/addons/trunk/crm/wizard/crm_lead_to_partner.py", line 60, in _select_partner
res = lead.message_partner_by_email(cr, uid, this.email_from, context=context)
File "/home/tta/source/addons/trunk/mail/mail_thread.py", line 677, in message_partner_by_email
email = to_email(email)[0]
IndexError: list index out of range
Sales person with limited right,when try to convert the opportunity.
it throw the openerp bug.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1009348/+subscriptions
References