[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Health-dev] [bug #38897] Development : Error when adding a prescription
From: |
Luis Falcon |
Subject: |
[Health-dev] [bug #38897] Development : Error when adding a prescription line |
Date: |
Sun, 05 May 2013 16:30:40 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:20.0) Gecko/20100101 Firefox/20.0 |
URL:
<http://savannah.gnu.org/bugs/?38897>
Summary: Development : Error when adding a prescription line
Project: GNU Health
Submitted by: meanmicio
Submitted on: dom 05 mag 2013 16:30:38 GMT
Category: Tryton
Severity: 4 - Important
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Module: health
_______________________________________________________
Details:
AttributeError: 'NoneType' object has no attribute 'id
ERROR:tryton.common.common: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 158, in dispatch
result = rpc.result(meth(*args, **kwargs))
File "/trytond/model/modelsql.py", line 550, in read
res2 = cls._fields[field].get(ids, cls, field_list, values=res)
File "/trytond/model/fields/function.py", line 90, in get
return dict((name, call(name)) for name in names)
File "/trytond/model/fields/function.py", line 90, in <genexpr>
return dict((name, call(name)) for name in names)
File "/trytond/model/fields/function.py", line 84, in call
return dict((r.id, method(r, name)) for r in records)
File "/trytond/model/fields/function.py", line 84, in <genexpr>
return dict((r.id, method(r, name)) for r in records)
File "/trytond/modules/health/health.py", line 1922, in get_form
return self.template.form.id
AttributeError: 'NoneType' object has no attribute 'id'
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38897>
_______________________________________________
Messaggio inviato con/da Savannah
http://savannah.gnu.org/
- [Health-dev] [bug #38897] Development : Error when adding a prescription line,
Luis Falcon <=