http://codereview.appspot.com/2355042/diff/3001/trytond/ir/property.py File trytond/ir/property.py (left): http://codereview.appspot.com/2355042/diff/3001/trytond/ir/property.py#oldcod... trytond/ir/property.py:133: res[field.name][res_id] = False Why this part is removed? (or why was it needed in the first place ?).
http://codereview.appspot.com/2355042/diff/3001/trytond/ir/property.py File trytond/ir/property.py (left): http://codereview.appspot.com/2355042/diff/3001/trytond/ir/property.py#oldcod... trytond/ir/property.py:133: res[field.name][res_id] = False On 2010/10/03 19:57:43, bch wrote: > Why this part is removed? (or why was it needed in the first place ?). Because it is already managed by the Reference field.