I resolved it. The problems was with the right "type" attribute in a fuction field, I put "date" and now is in fuction.
# Function fields > 'fecha_de_arrivo_15': fields.function(_after15Days, method=True, type='date', > string='Fecha 15'), > 'fecha_de_arrivo_5': fields.function(_after5Days, method=True, type='date', > string='Fecha 5'), Humberto. _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
