Can not reproduce issue, HR menu is fully functioning.

** Changed in: openerp-web
       Status: New => Invalid

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

Title:
   When I create new survey in hr->appraisal->interview Request form and
  click on wiz interview question shows this trackback

Status in OpenERP Web:
  Invalid

Bug description:
   When I create new survey  name in  hr-> appraisal->interview request
  form ... shows this trace back

  
  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 954, in load
      return self.fields_view_get(req, model, view_id, view_type, 
toolbar=toolbar)
    File "/home/rmu/source/client-web/trunk/addons/web/controllers/main.py", 
line 842, in fields_view_get
      fvg = Model.fields_view_get(view_id, view_type, context, toolbar, submenu)
    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/addons/trunk/survey/wizard/survey_answer.py", line 
391, in fields_view_get
      sur_response_obj.write(cr, uid, [sur_name_read.response], {'state' : 
'done'})
    File "/home/rmu/source/server/trunk/openerp/osv/orm.py", line 3854, in write
      'where id IN %s', upd1 + [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)
  ProgrammingError: operator does not exist: integer = boolean
  LINE 1: ...te"=E'done',write_uid=1,write_date=now() where id IN (false)
                                                               ^
  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/openerp-web/+bug/900287/+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

Reply via email to