Skip to content
Extraits de code Groupes Projets
Valider 0c0f7a76 rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

Merge branch '14-RV-20240104' into '14.0'

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

See merge request !8
parents 0d0e5e03 718085b0
Branches
Aucune étiquette associée trouvée
1 requête de fusion!8Correction pb de tri sur l'impression par catégorie
...@@ -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