Skip to content
Extraits de code Groupes Projets
Valider 718085b0 rédigé par Hervé Silvant - CGScop's avatar Hervé Silvant - CGScop
Parcourir les fichiers

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

parent 0d0e5e03
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</thead> </thead>
<tbody class="invoice_tbody"> <tbody class="invoice_tbody">
<t <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" t-as="line"
> >
<tr> <tr>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter