Sun 29 Jun 2014 07:07:03 PM UTC, comment #2:
Hello
Before posting a bug, please send a mail to -unavailable- mailing list (you need to subscribe firts) to check whether is really a bug or misconfiguration issue. If it is, we'll be happy to file a bug.
Also, specify well the steps that lead you to generate the problem.
If you have configured the system and logged in as a health professional, the related user would be shown as a default.
Please try to reproduce it in the demo database.
Thanks !
|
Sun 29 Jun 2014 06:20:46 PM UTC, original submission:
Attached file text:
Traceback (most recent call last):
File "/trytond/protocols/jsonrpc.py", line 123, in _marshaled_dispatch
response['result'] = dispatch_method(method, params)
File "/trytond/protocols/jsonrpc.py", line 156, in _dispatch
res = dispatch(*args)
File "/trytond/protocols/dispatcher.py", line 169, in dispatch
result = rpc.result(meth(c_args, *c_kwargs))
File "/trytond/wizard/wizard.py", line 218, in execute
return wizard._execute(state_name)
File "/trytond/wizard/wizard.py", line 249, in _execute
result = self._execute(transition())
File "/trytond/modules/health_lab/wizard/wizard_create_lab_test.py", line 169, in transition_request
PatientLabTest.create(lab_tests)
File "/trytond/modules/health_lab/health_lab.py", line 262, in create
return super(GnuHealthPatientLabTest, cls).create(vlist)
File "/trytond/model/modelsql.py", line 339, in create
insert_values.append(field.sql_format(value))
File "/trytond/model/fields/many2one.py", line 85, in sql_format
assert value is not False
AssertionError
Feel free to contact me for further information
|