hi > i have to display it in words
what do you mean exactly? BTW, 2 suggestions: 1- create your own function into the parser registration. See account/report/account_balance.py for examples. you can define for instance: def get_text(self, numeric_value): return str(numeric_value) 2- give a try to https://code.launchpad.net/report-openoffice to stop using RML ;) Cheers -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=47711#47711 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
