← Back to team overview

credativ team mailing list archive

[Bug 906265] Re: when i click on form view am getting a error like this

 

Hello,

This is not a bug, but I think the problem comes because of you have
tested with old database and you have updated your code but forget to
update the database.

So would you please try with -u (module name or all) -d (db db name) on
your server.

Currently I am closing this issue and If you still faced the problem
then you can reopen this with more information.

Thank you!


** Changed in: openobject-server
       Status: New => Invalid

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/906265

Title:
  when i click on form view am getting a error like this

Status in OpenERP Server:
  Invalid

Bug description:
  Environment Information : 
  System : Linux-2.6.32-21-generic-i686-with-Ubuntu-10.04-lucid
  OS Name : posix
  Distributor ID:	Ubuntu
  Description:	Ubuntu 10.04 LTS
  Release:	10.04
  Codename:	lucid
  Operating System Release : 2.6.32-21-generic
  Operating System Version : #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010
  Operating System Architecture : 32bit
  Operating System Locale : en_IN.ISO8859-1
  Python Version : 2.6.5
  OpenERP-Client Version : 6.0.3
  Last revision No. & ID :1902 launchpad_translations_on_behalf_of_openerp-20111005045454-wuaayhbt9pa8qhbe
  Traceback (most recent call last):
    File "/home1/navaneethk/6.0trunk/server/bin/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/home1/navaneethk/6.0trunk/server/bin/service/web_services.py", line 599, in dispatch
      res = fn(db, uid, *params)
    File "/home1/navaneethk/6.0trunk/server/bin/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home1/navaneethk/6.0trunk/server/bin/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home1/navaneethk/6.0trunk/server/bin/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home1/navaneethk/6.0trunk/server/bin/osv/orm.py", line 1645, in fields_view_get
      xarch, xfields = self.__view_look_dom_arch(cr, user, result['arch'], view_id, context=ctx)
    File "/home1/navaneethk/6.0trunk/server/bin/osv/orm.py", line 1336, in __view_look_dom_arch
      cr.execute('select name, model from ir_ui_view where (id=%s or inherit_id=%s) and arch like %s', (view_id, view_id, '%%%s%%' % field))
    File "/home1/navaneethk/6.0trunk/server/bin/sql_db.py", line 78, in wrapper
      return f(self, *args, **kwargs)
    File "/home1/navaneethk/6.0trunk/server/bin/sql_db.py", line 131, in execute
      res = self._obj.execute(query, params)
  ProgrammingError: operator does not exist: integer = boolean
  LINE 1: select name, model from ir_ui_view where (id=false or inheri...
                                                      ^
  HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/906265/+subscriptions


References