*** This bug is a duplicate of bug 899857 ***
https://bugs.launchpad.net/bugs/899857
** Project changed: openerp-web => openerp-server
** Changed in: openerp-server
Status: Invalid => New
** Project changed: openerp-server => openobject-server
** This bug has been marked a duplicate of bug 899857
[trunk] Bookmarking Home page raises a fault
--
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/900274
Title:
When I click on hr module menu . it shows this error
Status in OpenERP Server:
New
Bug description:
When I click on hr_module menu with 8069 .. it shows this error..
Client Traceback (most recent call last):
File "/home/rmu/source/client-web/trunk/addons/web/common/http.py", line
154, in dispatch
response["result"] = method(controller, self, **self.params)
File "/home/rmu/source/client-web/trunk/addons/web/controllers/main.py",
line 1203, in load
action_type = Actions.read([action_id], ['type'], context)
File
"/home/rmu/source/client-web/trunk/addons/web/common/openerplib/main.py", line
429, in proxy
*args)
File
"/home/rmu/source/client-web/trunk/addons/web/common/openerplib/main.py", line
306, in proxy
result = self.connector.send(self.service_name, method, *args)
File
"/home/rmu/source/client-web/trunk/addons/web/common/openerplib/main.py", line
276, in send
raise fault
Server Traceback (most recent call last):
File
"/home/rmu/source/client-web/trunk/addons/web/common/openerplib/main.py", line
257, in send
result = openerp.netsvc.dispatch_rpc(service_name, method, args)
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
580, 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 3345, in read
result = self._read_flat(cr, user, select, fields, context, load)
File "/home/rmu/source/server/trunk/openerp/osv/orm.py", line 3404, in
_read_flat
cr.execute(query, (tuple(sub_ids),))
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)
File "/usr/lib/python2.6/dist-packages/psycopg2/extensions.py", line 100,
in getquoted
qobjs = [str(o.getquoted()) for o in pobjs]
AttributeError: 'str' object has no attribute 'getquoted'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/900274/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp