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, -- You received this bug notification because you are a member of OpenERP CTP, which is subscribed to OpenERP Server. https://bugs.launchpad.net/bugs/862168 Title: when tried to move on next stage of answer in Applicant Status in OpenERP Server: Confirmed 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. To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-server/+bug/862168/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

