c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #34385
[Bug 868190] Re: In web , (CRM FUND Raising ) when i create new fund and change the state ..click on any button show this error
Seems like this bug disappeared by itself.
** Changed in: openerp-web
Status: Fix Committed => In Progress
** Changed in: openerp-web
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/868190
Title:
In web ,(CRM FUND Raising ) when i create new fund and change the
state ..click on any button show this error
Status in OpenERP Web:
Fix Released
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...
^
To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/868190/+subscriptions
References