i was try to show the field on the xml. But, the problem is ? the fields it's doesn't show. here is my code :
xml file.
<tr>
<td class="bottom_border_only" ><span t-field="o.test_field_function"/></td>
</tr>
python file
def test_function(self,cr,uid,ids,origin, args, context=None) :
print "success"
'test_field_function' : fields.function(test_function, method=True, string='data_po', type='char', store=True),