Hi, in this moments only exists a function called 'today' which returns %d/% m/%Y. (server/bin/report/print_fnc.py) For adding more functions you can use this system:
from report import print_fnc print_fnc.functions['foo'] = lambda x: 'foo' This will be a simple function called by <test type="function" name="foo" /> which will return 'foo'. Cheers, -- Eduard Carreras i Nadal <[EMAIL PROTECTED]> GISCE ENGINYERIA S.L _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
