Skip to Content
Menu
This question has been flagged
2 Replies
2004 Views

Hi all. As described in the title, I get this error message when I log in as another user besides the administrator. I'm using Odoo 11. Please help. 


Error:

Odoo Server Error


Traceback (most recent call last):

  File "/opt/openhrms/odoo/http.py", line 653, in _handle_exception

    return super(JsonRequest, self)._handle_exception(exception)

  File "/opt/openhrms/odoo/http.py", line 312, in _handle_exception

    raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

  File "/opt/openhrms/odoo/tools/pycompat.py", line 87, in reraise

    raise value

  File "/opt/openhrms/odoo/http.py", line 695, in dispatch

    result = self._call_function(**self.params)

  File "/opt/openhrms/odoo/http.py", line 344, in _call_function

    return checked_call(self.db, *args, **kwargs)

  File "/opt/openhrms/odoo/service/model.py", line 97, in wrapper

    return f(dbname, *args, **kwargs)

  File "/opt/openhrms/odoo/http.py", line 337, in checked_call

    result = self.endpoint(*a, **kw)

  File "/opt/openhrms/odoo/http.py", line 939, in __call__

    return self.method(*args, **kw)

  File "/opt/openhrms/odoo/http.py", line 517, in response_wrap

    response = f(*args, **kw)

  File "/opt/openhrms/addons/web/controllers/main.py", line 934, in call_kw

    return self._call_kw(model, method, args, kwargs)

  File "/opt/openhrms/addons/web/controllers/main.py", line 926, in _call_kw

    return call_kw(request.env[model], method, args, kwargs)

  File "/opt/openhrms/odoo/api.py", line 697, in call_kw

    return call_kw_model(method, model, args, kwargs)

  File "/opt/openhrms/odoo/api.py", line 682, in call_kw_model

    result = method(recs, *args, **kwargs)

  File "/opt/openhrms/openhrms/hrms_dashboard/models/hrms_dashboard.py", line 168, in get_upcoming

    cr.execute(sql)

  File "/opt/openhrms/odoo/sql_db.py", line 155, in wrapper

    return f(self, *args, **kwargs)

  File "/opt/openhrms/odoo/sql_db.py", line 232, in execute

    res = self._obj.execute(query, params)

psycopg2.ProgrammingError: operator does not exist: integer = boolean

LINE 15:         and hea.employee = False))

                                  ^

HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.

Avatar
Discard
Best Answer

Hi,

The error seems to be coming from a third party module hrms_dashboard, so better you fix the issue in the code or report the error to the module author and see whether they can fix it.


Thanks

Avatar
Discard
Author Best Answer

Hi Niyas. Thanks for the update. I'll be sending the error messages to the module author. For now, I've uninstalled the module until later.

Avatar
Discard