← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 670904] [NEW] Problem of Creating Opportunity from member form view

 

Public bug reported:

>From Association/Membership/Members menu

When I On wizard  "Create Oppertunity" Then I found the Following ERROR on Server SIDE: [ bug]
[2010-11-03 12:31:34,972][db_test] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
  File "/home/tiny/workspace/usability/trunk_useability_server/bin/osv/osv.py", line 57, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/tiny/workspace/usability/trunk_useability_server/bin/osv/osv.py", line 140, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/tiny/workspace/usability/trunk_useability_server/bin/osv/osv.py", line 130, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/tiny/workspace/usability/trunk_useability_addons/crm/wizard/crm_partner_to_opportunity.py", line 96, in make_opportunity
    'categ_id' : categ_ids[0],
IndexError: list index out of range

Association/Events Organisation/Events
Form Event from view When I open it I found the Following ERROR in client side: 

ERROR:tools.expr_eval:{"search_default_draft": "1", "search_default_section_id": section_id}
Traceback (most recent call last):
  File "/home/tiny/workspace/usability/trunk_useability_client/bin/tools/__init__.py", line 51, in expr_eval
    temp = eval(string, context)
  File "<string>", line 1, in <module>
NameError: name 'section_id' is not defined

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
Problem of Creating Opportunity from member form view
https://bugs.launchpad.net/bugs/670904
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Addons Modules: New

Bug description:
>From Association/Membership/Members menu

When I On wizard  "Create Oppertunity" Then I found the Following ERROR on Server SIDE: [ bug]
[2010-11-03 12:31:34,972][db_test] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
  File "/home/tiny/workspace/usability/trunk_useability_server/bin/osv/osv.py", line 57, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/tiny/workspace/usability/trunk_useability_server/bin/osv/osv.py", line 140, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/tiny/workspace/usability/trunk_useability_server/bin/osv/osv.py", line 130, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/tiny/workspace/usability/trunk_useability_addons/crm/wizard/crm_partner_to_opportunity.py", line 96, in make_opportunity
    'categ_id' : categ_ids[0],
IndexError: list index out of range

Association/Events Organisation/Events
Form Event from view When I open it I found the Following ERROR in client side: 

ERROR:tools.expr_eval:{"search_default_draft": "1", "search_default_section_id": section_id}
Traceback (most recent call last):
  File "/home/tiny/workspace/usability/trunk_useability_client/bin/tools/__init__.py", line 51, in expr_eval
    temp = eval(string, context)
  File "<string>", line 1, in <module>
NameError: name 'section_id' is not defined





Follow ups

References