From 814afb43211bad9d70a71b3938ea20d9d0d92149 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Wed, 23 Mar 2022 18:11:40 +0100
Subject: [PATCH] [UPD]Reduce police + Delete Title template compo

---
 static/src/scss/layout_generic.scss    |  1 +
 views/report_composition_templates.xml | 17 +++++------------
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/static/src/scss/layout_generic.scss b/static/src/scss/layout_generic.scss
index 97fd6a2..86f3c7b 100644
--- a/static/src/scss/layout_generic.scss
+++ b/static/src/scss/layout_generic.scss
@@ -27,6 +27,7 @@ address .align-items-baseline {
 }
 
 .o_report_layout_boxed table.table-compo tbody tr td {
+    font-size: 14px !important;
     border-top: 1px solid;
     border-right: 1px solid #495057;
 }
diff --git a/views/report_composition_templates.xml b/views/report_composition_templates.xml
index af4a019..23c4389 100644
--- a/views/report_composition_templates.xml
+++ b/views/report_composition_templates.xml
@@ -77,7 +77,7 @@
                 <div class="page">
                     <div class="row">
                         <div class="col-8" name="div_outgoing_address">
-                            <h2>
+                            <h3>
                                 <t
                                     t-if="not (env.context.get('proforma', False) or is_pro_forma)"
                                 >
@@ -94,7 +94,7 @@
                                     <span>Facture pro-forma n° </span>
                                 </t>
                                 <span t-field="doc.name" />
-                            </h2>
+                            </h3>
                             <div class="mw-100 mb-3">
                                 <p class="m-0">Du <span
                                         t-field="doc.date_order"
@@ -125,22 +125,15 @@
                     </div>
                     <t t-foreach="doc.sale_project_ids" t-as="project">
                             <div style="page-break-after: always;">
-                                <div class="row" name="projets">
-                                    <div class="col-12">
-                                        <span><strong>PROJET N° <span
-                                            t-field="project.name"
-                                        /></strong></span>
-                                    </div>
-                                </div>
-                                <div class="row" name="projets">
+                                <div class="row mt32 mb32" name="projets">
                                     <t
                                     t-foreach="project.intervention_ids"
                                     t-as="intervention"
                                 >
                                     <div class="col-4">
-                                        <p class="m-0 text-center">INTERVENTION N° <span
+                                        <h5>Intervention n° <span
                                                 t-field="intervention.name"
-                                            /></p>
+                                            /></h5>
                                         <t
                                             t-if="intervention.sequence_type == 'sequence'"
                                         >
-- 
GitLab