health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health-dev] top disease report: Fault: unsupported operand type(s) for


From: tumashu
Subject: [Health-dev] top disease report: Fault: unsupported operand type(s) for &=: 'bool' and 'GreaterEqual'
Date: Wed, 19 Jan 2022 08:58:20 +0800 (CST)

Traceback (most recent call last):
  File "/trytond/wsgi.py", line 117, in dispatch_request
    return endpoint(request, **request.view_args)
  File "/trytond/protocols/dispatcher.py", line 46, in rpc
    return methods.get(request.rpc_method, _dispatch)(
  File "/trytond/wsgi.py", line 84, in auth_required
    return wrapped(*args, **kwargs)
  File "/trytond/protocols/wrappers.py", line 159, in wrapper
    return func(request, pool, *args, **kwargs)
  File "/trytond/protocols/dispatcher.py", line 180, in _dispatch
    result = rpc.result(meth(*c_args, **c_kwargs))
  File "/trytond/model/modelsql.py", line 1274, in search
    tables, _expression_ = cls.search_domain(domain)
  File "/trytond/model/modelsql.py", line 1442, in search_domain
    tables[None] = (cls.__table__(), None)
  File "/trytond/model/modelsql.py", line 200, in __table__
    return cls.table_query()
  File "/trytond/modules/health_reporting/wizard/wizard_top_diseases.py", line 57, in table_query
    where &= evaluation.evaluation_start >= \
TypeError: unsupported operand type(s) for &=: 'bool' and 'GreaterEqual'

Fault: unsupported operand type(s) for &=: 'bool' and 'GreaterEqual'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]