http://codereview.tryton.org/204001/diff/1/trytond/ir/model.py File trytond/ir/model.py (right):
http://codereview.tryton.org/204001/diff/1/trytond/ir/model.py#newcode197 trytond/ir/model.py:197: res = res[0] Is there a possibility that res can be [], False or None? Then it could be better to not raise an IndexError or TypeError here? http://codereview.tryton.org/204001/ -- [email protected] mailing list
