From e5fbbd3f9ee4884ecc4e7ded9de86f98d22338ec Mon Sep 17 00:00:00 2001 From: Juliana <juliana@le-filament.com> Date: Thu, 2 Dec 2021 12:14:55 +0100 Subject: [PATCH] Add footer3 --- views/report_composition_templates.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/views/report_composition_templates.xml b/views/report_composition_templates.xml index 0dde50f..7375fe1 100644 --- a/views/report_composition_templates.xml +++ b/views/report_composition_templates.xml @@ -118,7 +118,7 @@ <td><span t-field="compo.product_id.name" /></td> - <t t-if="compo.product_alternance_id"> <td><t + <td><t t-if="compo.product_alternance_id" >ou</t></td> <td class="text-center"> @@ -131,9 +131,7 @@ t-if="compo.product_alternance_id" ><span t-field="compo.product_alternance_id.name" - /></t> - </td> - </t> + /></t></td> </tr> </t> </t> -- GitLab