← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 691701] Re: error windows gtk client 6.0RC1 with last trunk server

 

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

** This bug has been marked a duplicate of bug 691408
   ProgrammingError: operator does not exist: integer = record
 * You can subscribe to bug 691408 by following this link: https://bugs.launchpad.net/openobject-server/+bug/691408/+subscribe

-- 
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:
  Incomplete

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





References