c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08673
[Bug 691701] [NEW] error windows gtk client 6.0RC1 with last trunk server
Public bug reported:
Hello,
We use last trunk server (3126 revision) and work fine from linux (ubuntu) gtk client.
With windows gtk client we get this error:
Environment Information :
System : Windows-Vista-6.1.7600
OS Name : nt
Operating System Release : Vista
Operating System Version : 6.1.7600
Operating System Architecture : 32bit
Operating System Locale : ro_RO.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 6.0.0-rc1-1
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/home/ioana/trunkrc62/openerp/server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/ioana/trunkrc62/openerp/server/bin/service/web_services.py", line 598, in dispatch
res = fn(db, uid, *params)
File "/home/ioana/trunkrc62/openerp/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/ioana/trunkrc62/openerp/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/ioana/trunkrc62/openerp/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/ioana/trunkrc62/openerp/server/bin/osv/orm.py", line 1685, in fields_view_get
cr.execute(query, params)
File "/home/ioana/trunkrc62/openerp/server/bin/sql_db.py", line 76, in wrapper
return f(self, *args, **kwargs)
File "/home/ioana/trunkrc62/openerp/server/bin/sql_db.py", line 129, in execute
res = self._obj.execute(query, params)
ProgrammingError: operator does not exist: integer = record
LINE 1: ...parent,id,type,inherit_id FROM ir_ui_view WHERE id=(582, E's...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
We get the same error with gtk client 60RC1 for linux, but last trunk gtk client work fine.
We tried to build windows gtk client from source with support from but without success.
Can anyone help us?
Thanks
** Affects: openobject-client
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/691701
Title:
error windows gtk client 6.0RC1 with last trunk server
Status in OpenObject GTK Client:
New
Bug description:
Hello,
We use last trunk server (3126 revision) and work fine from linux (ubuntu) gtk client.
With windows gtk client we get this error:
Environment Information :
System : Windows-Vista-6.1.7600
OS Name : nt
Operating System Release : Vista
Operating System Version : 6.1.7600
Operating System Architecture : 32bit
Operating System Locale : ro_RO.cp1252
Python Version : 2.5.2
OpenERP-Client Version : 6.0.0-rc1-1
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/home/ioana/trunkrc62/openerp/server/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/ioana/trunkrc62/openerp/server/bin/service/web_services.py", line 598, in dispatch
res = fn(db, uid, *params)
File "/home/ioana/trunkrc62/openerp/server/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/ioana/trunkrc62/openerp/server/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/ioana/trunkrc62/openerp/server/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/ioana/trunkrc62/openerp/server/bin/osv/orm.py", line 1685, in fields_view_get
cr.execute(query, params)
File "/home/ioana/trunkrc62/openerp/server/bin/sql_db.py", line 76, in wrapper
return f(self, *args, **kwargs)
File "/home/ioana/trunkrc62/openerp/server/bin/sql_db.py", line 129, in execute
res = self._obj.execute(query, params)
ProgrammingError: operator does not exist: integer = record
LINE 1: ...parent,id,type,inherit_id FROM ir_ui_view WHERE id=(582, E's...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
We get the same error with gtk client 60RC1 for linux, but last trunk gtk client work fine.
We tried to build windows gtk client from source with support from but without success.
Can anyone help us?
Thanks
Follow ups
References