Skip to content
Extraits de code Groupes Projets

Correction pb de tri sur l'impression par catégorie

1 file
+ 1
1
Comparer les modifications
  • Côte à côte
  • En ligne
+ 1
1
@@ -51,7 +51,7 @@
</thead>
<tbody class="invoice_tbody">
<t
t-foreach="o.timesheet_line_ids.sorted(key=lambda b: (b.project_id,b.date))"
t-foreach="o.timesheet_line_ids.sorted(key=lambda b: (b.project_id.name,b.date))"
t-as="line"
>
<tr>
Chargement en cours