diff --git a/static/src/scss/layout_generic.scss b/static/src/scss/layout_generic.scss index 3e50c00d1474f821ca50b4f1623f61e9ab60a7cb..38dbe064f99a33acefd247a17e7e589c531d974c 100644 --- a/static/src/scss/layout_generic.scss +++ b/static/src/scss/layout_generic.scss @@ -44,6 +44,10 @@ address .align-items-baseline { font-size: 17px; } +.o_report_layout_boxed .row:not(#total) > div > table.table-compo tbody tr:not(:last-child) td:last-child{ + background-color: #fff !important; +} + .o_report_compo{ font-size: 13px !important; } diff --git a/views/report_composition_templates.xml b/views/report_composition_templates.xml index b58c0ebdd8478c4e3c4dd3776ac14298506ca4a0..7375fe1abe85b5815325077e45fcbcea00261b39 100644 --- a/views/report_composition_templates.xml +++ b/views/report_composition_templates.xml @@ -54,9 +54,9 @@ t-as="intervention" > <div class="col-4"> - <span class="text-center">INTERVENTION N° <span + <p class="m-0 text-center">INTERVENTION N° <span t-field="intervention.name" - /></span> + /></p> <t t-if="intervention.sequence_type == 'sequence'" > @@ -120,7 +120,13 @@ /></td> <td><t t-if="compo.product_alternance_id" - >OU</t></td> + >ou</t></td> + <td class="text-center"> + <t t-if="compo.product_alternance_id.categ_id.symbol"> + <i t-attf-class="fa {{compo.product_alternance_id.categ_id.symbol}}" + /> + </t> + </td> <td><t t-if="compo.product_alternance_id" ><span