Hi,
Can anyone tell me how I can calculate on the fly the number of days a task is overdue in a QWeb report ?
I was hoping to be able to use a simple calculation and then format it to days, but even the calculation doesn't work yet.
<TD style="border-top: 1px solid black;border-bottom: 1px solid black;border-left: 1px solid black;border-right: 1px solid black;" t-if="task.date_deadline != false"><span t-esc="context_today()-task.date_deadline"/></TD>
Thanks for your help.
Seppe