【发布时间】:2013-11-22 07:56:27
【问题描述】:
我在 OpenERP 中使用 Aeroo 报告。我定义了一个名为 fill_stars(self, amount): 的函数,它接受金额并转换为文本格式。
当我要打印报告时,它给出了以下错误
Exception: (u'Aeroo Reports: Error while generating the report "Invoice Report".', UndefinedError('"fill_stars" not defined',))
我检查了track-back,结果是“函数没有被调用”。
【问题讨论】:
标签: python xml openerp reportlab rml