diff --git a/views/report_composition_templates.xml b/views/report_composition_templates.xml index 0dde50f499c57ca749e1035d611d41e2e7e5b526..7375fe1abe85b5815325077e45fcbcea00261b39 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>