Tue 06 Mar 2012 07:00:42 PM UTC, original submission:
Dear All,
Searching for any string within the Prescriptions facility, when there are no existing prescriptions gives me:
--------------------------------------------------------
Traceback (most recent call last):
File "/site-packages/trytond/protocols/jsonrpc.py", line 108, in _marshaled_dispatch
response['result'] = dispatch_method(method, params)
File "/site-packages/trytond/protocols/jsonrpc.py", line 147, in _dispatch
res = dispatch(*args)
File "/site-packages/trytond/protocols/dispatcher.py", line 155, in dispatch
res = getattr(obj, method)(args_without_context, *kargs)
File "/site-packages/trytond/model/modelsql.py", line 1153, in search
qu1, qu2, tables, tables_args = self.search_domain(domain)
File "/site-packages/trytond/model/modelsql.py", line 1299, in search_domain
qu1, qu2 = self.__search_domain_oper(domain, tables, tables_args)
File "/site-packages/trytond/model/modelsql.py", line 1328, in __search_domain_oper
qu1, qu2 = self.__search_domain_calc(tuple_args, tables, tables_args)
File "/site-packages/trytond/model/modelsql.py", line 1380, in __search_domain_calc
'exist on "%s"' % (fargs[0], self._name))
Exception: ('ValidateError', 'Field "name" doesn\'t exist on "gnuhealth.prescription.order"')
--------------------------------------------------------
Please let me know, if you cannot reproduce this error, or you need further system details.
Thanks!
Chris
|