← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 686863] Re: Error open contact from GTK (base_contact installed)

 

I agree that it was an error, but with the latest revisions of server,addons and a new DB this appears no more.
Thanks for your alertness.

** Changed in: openobject-addons
       Status: New => Fix Released

** Project changed: openobject-addons => openobject-server

-- 
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/686863

Title:
  Error open contact from GTK (base_contact  installed)

Status in OpenObject Server:
  Fix Released

Bug description:
  Hi I have a GTK trunk + server trunk updated today on ubu 10.10
When I click on menu contact I got error, it seems to be a cast conversion error:

[2010-12-08 05:57:27,113][laser60] ERROR:db.cursor:Programming error: operator does not exist: integer = record
RIGA 1: ...parent,id,type,inherit_id FROM ir_ui_view WHERE id=(133, E'r...
                                                             ^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
, in query SELECT arch,name,field_parent,id,type,inherit_id FROM ir_ui_view WHERE id=%s AND model=%s
[2010-12-08 05:57:27,113][laser60] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
  File "/home/administrator/Launchpad/openerp/server/bin/osv/osv.py", line 119, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/administrator/Launchpad/openerp/server/bin/osv/osv.py", line 203, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/administrator/Launchpad/openerp/server/bin/osv/osv.py", line 193, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/administrator/Launchpad/openerp/server/bin/osv/orm.py", line 1672, in fields_view_get
    cr.execute(query, params)
  File "/home/administrator/Launchpad/openerp/server/bin/sql_db.py", line 76, in wrapper
    return f(self, *args, **kwargs)
  File "/home/administrator/Launchpad/openerp/server/bin/sql_db.py", line 129, in execute
    res = self._obj.execute(query, params)
ProgrammingError: operator does not exist: integer = record
RIGA 1: ...parent,id,type,inherit_id FROM ir_ui_view WHERE id=(133, E'r...
                                                             ^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.





References