我想生成打印输出
我要显示的字段之一是打印输出上的持续时间总和,我已经调用了每一行的持续时间,然后我将总和直接应用于这些行,这是代码:
PS:我有一个时间表模型和作为 one2many 字段表关系的行
<text:p text:style-name="P31"><text:placeholder text:placeholder-type="text"><format_duration(sum(line.duration for line in timesheet.lines))></text:placeholder></text:p>
但是有一个错误告诉我:
File "<string>", line 480, in <Expression '__relatorio_guess_type(__relatorio_store_cache(140239131800968, format_duration(sum(line.duration for line in timesheet.lines))))'>
TypeError: unsupported operand type(s) for +: 'int' and 'datetime.timedelta'