From 718085b0f0d5a5c4882df08966426e28d73bec3a Mon Sep 17 00:00:00 2001 From: "CGSCOP\\hsilvant" <hsilvant@scop.coop> Date: Thu, 4 Jan 2024 14:24:49 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20pb=20de=20tri=20sur=20l'impression?= =?UTF-8?q?=20par=20cat=C3=A9gorie?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report/report_hr_timesheet_act.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/report_hr_timesheet_act.xml b/report/report_hr_timesheet_act.xml index cf4dc70..c556302 100644 --- a/report/report_hr_timesheet_act.xml +++ b/report/report_hr_timesheet_act.xml @@ -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> -- GitLab