ERROR:tryton.common.common: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/model.py", line 149, in default_get
    value[field_name] = cls._defaults[field_name]()
  File "/trytond/modules/health_nursing/health_nursing.py", line 358, in 
default_health_professional
    healthprof = HealthProf.get_health_professional()
AttributeError: type object 'gnuhealth.healthprofessional' has no attribute 
'get_health_professional'

Fault: type object 'gnuhealth.healthprofessional' has no attribute 
'get_health_professional'

Reply via email to