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'