when tried to move on next stage of answer in Applicant

Bug #862168 reported by Hardik Ansodariya (OpenERP)
46
This bug affects 5 people
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Medium
OpenERP R&D Addons Team 1

Bug Description

HR > Evaluation > interview request(Button) > Default section > next(button)

Traceback (most recent call last):
  File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 119, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 173, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/han/rdtool/server/trunk/openerp/osv/osv.py", line 164, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/home/han/rdtool/server/trunk/openerp/osv/orm.py", line 3198, in read
    result = self._read_flat(cr, user, select, fields, context, load)
  File "/home/han/rdtool/server/trunk/openerp/osv/orm.py", line 3257, in _read_flat
    cr.execute(query, (tuple(sub_ids),))
  File "/home/han/rdtool/server/trunk/openerp/sql_db.py", line 153, in wrapper
    return f(self, *args, **kwargs)
  File "/home/han/rdtool/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: ...survey_question_wiz" WHERE survey_question_wiz.id IN (true) ...
                                                             ^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.

Related branches

Revision history for this message
Hardik Ansodariya (OpenERP) (han-tinyerp) wrote :
affects: asterisk-addons (Ubuntu) → openobject-addons
affects: openobject-addons → openobject-server
Revision history for this message
Jignesh Rathod(OpenERP) (jir-openerp) wrote :

Hello ,

I am confirming this issue.

I have checked with following revision :

 Trunk :

    Server : 3676
    addons : 5237
  gtk-client : 1991

Thanks.

Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
importance: Undecided → Medium
status: New → Confirmed
Jigar A. (ifixthat)
Changed in openobject-server:
status: Confirmed → In Progress
Amit Parik (amit-parik)
Changed in openobject-server:
status: In Progress → Confirmed
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello,

The problem seems from survey module itself. It has overridden the *create* method and is retuning a boolean value(True) instead of the new Id created.

@community Team: please reassign it to proper Addons team !

Thanks,

Amit Parik (amit-parik)
affects: openobject-server → openobject-addons
Changed in openobject-addons:
assignee: OpenERP's Framework R&D (openerp-dev-framework) → OpenERP R&D Addons Team 1 (openerp-dev-addons1)
Jigar A. (ifixthat)
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
Jigar A. (ifixthat) wrote :

Hello,
        According to the Comment #3 problem persist at in survey module and we have traced th e issue and have foxed the problem and committed to the lp:~openerp-dev/openobject-addons/trunk-bug-862168-jam at Revision No:5290 and proposed for merging in lp:openobject-addons.
      And Bug # lp:862344 also related to same issue so both merge together will fix whole issue of the Answer Survey and HR Evalution.

Thank You

Changed in openobject-addons:
status: In Progress → Fix Committed
Changed in openobject-addons:
status: Fix Committed → Fix Released
milestone: none → 6.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.