Luis and Team!
I have installed 2.6 with my production database last night, I thought I have tested most of the features comes with this new version.However, our doctors found out this morning that none of them cannot do any evaluation to the patient.
To produce this error : from Appointment screen->right mouse click or use relate function to do the evaluation, that is where the application error comes from.The same is true for Demo server. :
ERROR:tryton.common.common:Traceback (most recent call last):
File "/trytond/protocols/jsonrpc.py", line 125, in _marshaled_dispatch
response['result'] = dispatch_method(method, params)
File "/trytond/protocols/jsonrpc.py", line 158, in _dispatch
res = dispatch(*args)
File "/trytond/protocols/dispatcher.py", line 158, in dispatch
result = rpc.result(meth(*c_args, **c_kwargs))
File "/trytond/model/modelsql.py", line 656, in read
getter_results = field.get(ids, cls, field_list, values=result)
File "/trytond/model/fields/function.py", line 87, in get
return dict((name, call(name)) for name in names)
File "/trytond/model/fields/function.py", line 87, in <genexpr>
return dict((name, call(name)) for name in names)
File "/trytond/model/fields/function.py", line 77, in call
records = Model.browse(ids)
File "/trytond/model/modelstorage.py", line 434, in browse
ids = map(int, ids)
ValueError: invalid literal for int() with base 10: ''
invalid literal for int() with base 10: ''
Please see attached.