You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t-value="sorted(lines_to_report, key=lambda l: (l.task_date_start is False and l.task_date_end is False, l.task_date_start is not False, l.task_date_start or l.task_date_end))"
26
+
/>
27
+
<tt-foreach="sorted_lines"t-as="line">
28
+
<t
29
+
t-set="show_line"
30
+
t-value="line.task_date_start or line.task_date_end or line.task_user_ids"
31
+
/>
32
+
<tr
33
+
t-if="show_line"
34
+
t-att-class="'bg-200 fw-bold o_line_section' if line.display_type == 'line_section' else 'fst-italic o_line_note' if line.display_type == 'line_note' else ''"
0 commit comments