In web ,(CRM FUND Raising ) when i create new fund and change the state ..click on any button show this error

Bug #868190 reported by Ravish(OpenERP)
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned
Odoo Web (MOVED TO GITHUB)
Won't Fix
Medium
OpenERP R&D Web Team

Bug Description

Client Traceback (most recent call last):
  File "/home/rmu/source/client-web/openerp-web/addons/web/common/dispatch.py", line 162, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/rmu/source/client-web/openerp-web/addons/web/controllers/main.py", line 719, in create
    r = m.create(data, req.session.eval_context(req.context))
  File "/home/rmu/source/client-web/openerp-web/addons/web/common/openerplib/main.py", line 373, in proxy
    *args)
  File "/home/rmu/source/client-web/openerp-web/addons/web/common/openerplib/main.py", line 250, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File "/home/rmu/source/client-web/openerp-web/addons/web/common/openerplib/main.py", line 102, in send
    return getattr(service, method)(*args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1392, in _parse_response
    return u.close()
  File "/usr/lib/python2.6/xmlrpclib.py", line 838, in close
    raise Fault(**self._stack[0])

Server Traceback (most recent call last):
  File "/home/rmu/source/server/trunk/openerp/wsgi.py", line 77, in xmlrpc_return
    result = openerp.netsvc.dispatch_rpc(service, method, params)
  File "/home/rmu/source/server/trunk/openerp/netsvc.py", line 325, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/rmu/source/server/trunk/openerp/service/web_services.py", line 573, in dispatch
    res = fn(db, uid, *params)
  File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 120, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 172, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/rmu/source/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/rmu/source/server/trunk/openerp/osv/orm.py", line 3978, in create
    cr.execute('insert into "'+self._table+'" (id'+upd0+") values ("+str(id_new)+upd1+')', tuple(upd2))
  File "/home/rmu/source/server/trunk/openerp/sql_db.py", line 153, in wrapper
    return f(self, *args, **kwargs)
  File "/home/rmu/source/server/trunk/openerp/sql_db.py", line 215, in execute
    res = self._obj.execute(query, params)
ProgrammingError: column "id" specified more than once
LINE 1: ...ny_id","section_id","priority","duration","state","id","acti...
                                                             ^

Related branches

Revision history for this message
Ravish(OpenERP) (rmu-openerp) wrote :
Changed in openerp-web:
assignee: nobody → OpenERP R&D Web Team (openerp-dev-web)
importance: Undecided → Medium
status: New → Confirmed
Changed in openerp-web:
status: Confirmed → In Progress
Revision history for this message
Yogesh (SerpentCS) (yogesh-serpentcs) wrote :

Hello,

It has been fixed in lp:~openerp-dev/openerp-web/trunk-bug-868190-ysa.
Revision id :- <email address hidden>

Thanks,

Changed in openerp-web:
status: In Progress → Fix Committed
Revision history for this message
Nicolas Vanhoren (OpenERP) (niv-openerp) wrote :

Seems like this bug disappeared by itself.

Changed in openerp-web:
status: Fix Committed → In Progress
status: In Progress → Fix Released
Changed in openobject-addons:
status: New → Fix Released
Changed in openerp-web:
status: Fix Released → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.