← Back to team overview

openerp-india team mailing list archive

[Bug 1000747] Re: trace-back when Merge two Opportunities

 

*** This bug is a duplicate of bug 997019 ***
    https://bugs.launchpad.net/bugs/997019

Hello Purnendu,

I understand your enthusiasms on this issue.. ;-).
Yes you are right this is not a addons issue as well it's fixed on yesterday web rev no 2519 that's why you didn't face the problem on today's revision number.

Mainly lp:997019 and this issue both are same due to m2m field. In this
issue when you pressed the merge button "Select Opportunity " m2m field
become black (due to m2m problem of web) that's why this error was
generated.

Finally this is the same issue as lp:997019, So I am making this as a
duplicate of lp:997019

Note: You have to first check who qualified the bug before written the
name on comment because that's better, he can understand the issue
quickly (also it's time-consuming).

Thanks for understanding!

** Project changed: openobject-addons => openerp-web

** Changed in: openerp-web
     Assignee: OpenERP R&D Addons Team 1 (openerp-dev-addons1) => OpenERP R&D Web Team (openerp-dev-web)

** This bug has been marked a duplicate of bug 997019
   access rules, new user cannot log in the system due to email thread

-- 
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/1000747

Title:
  trace-back when Merge two Opportunities

Status in OpenERP Web:
  Confirmed

Bug description:
  n runbut: trunk [build- 9031]

  step to reproduce ---<>|

  1] open a list view of Opportunities 
  2] select 2 or more Opportunities and [in more ] click Merge Opportunities and Merge
      so give a traceback like 

  Server Traceback (most recent call last):
    File "/home/odoo/runbot/static/openerp-dev-trunk-9031/server/openerp/addons/web/common/http.py", line 592, in send
      result = openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/home/odoo/runbot/static/openerp-dev-trunk-9031/server/openerp/netsvc.py", line 362, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-9031/server/openerp/service/web_services.py", line 586, in dispatch
      res = fn(db, uid, *params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-9031/server/openerp/osv/osv.py", line 167, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/home/odoo/runbot/static/openerp-dev-trunk-9031/server/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/odoo/runbot/static/openerp-dev-trunk-9031/server/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-9031/server/openerp/addons/audittrail/audittrail.py", line 494, in execute_cr
      return fct_src(cr, uid, model, method, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-9031/server/openerp/osv/osv.py", line 164, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-9031/server/openerp/addons/crm/wizard/crm_merge_opportunities.py", line 34, in action_merge
      lead_ids = [opportunities[0].id]
  IndexError: list index out of range

  Thanks
  mma

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/1000747/+subscriptions


References