Skip to content
Extraits de code Groupes Projets
Valider 86ff437e rédigé par Juliana's avatar Juliana
Parcourir les fichiers

[UPD]Change text lowercase address + Compo template

parent 6c75c290
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -6,7 +6,6 @@ address div:first-child { ...@@ -6,7 +6,6 @@ address div:first-child {
address .align-items-baseline { address .align-items-baseline {
font-weight: normal !important; font-weight: normal !important;
font-size: 15px !important; font-size: 15px !important;
text-transform: lowercase !important;
} }
.o_boxed_header { .o_boxed_header {
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<div class="page"> <div class="page">
<div class="row"> <div class="row">
<div class="col-8" name="div_outgoing_address"> <div class="col-8" name="div_outgoing_address">
<h2> <h4>
<t <t
t-if="not (env.context.get('proforma', False) or is_pro_forma)" t-if="not (env.context.get('proforma', False) or is_pro_forma)"
> >
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<span>Facture pro-forma n° </span> <span>Facture pro-forma n° </span>
</t> </t>
<span t-field="doc.name" /> <span t-field="doc.name" />
</h2> </h4>
<div class="mw-100 mb-3"> <div class="mw-100 mb-3">
<p class="m-0">Du <span <p class="m-0">Du <span
t-field="doc.date_order" t-field="doc.date_order"
...@@ -51,9 +51,9 @@ ...@@ -51,9 +51,9 @@
<div style="page-break-after: always;"> <div style="page-break-after: always;">
<div class="row mt32 mb32" name="projets"> <div class="row mt32 mb32" name="projets">
<div class="col-12"> <div class="col-12">
<h3>Projet N° <span <h6>Projet N° <span
t-field="project.name" t-field="project.name"
/></h3> /></h6>
</div> </div>
</div> </div>
<div class="row mt32 mb32" name="projets"> <div class="row mt32 mb32" name="projets">
...@@ -62,9 +62,9 @@ ...@@ -62,9 +62,9 @@
t-as="intervention" t-as="intervention"
> >
<div class="col-4"> <div class="col-4">
<h4 class="text-center">Intervention n° <span <h7 class="text-center">Intervention n° <span
t-field="intervention.name" t-field="intervention.name"
/></h4> /></h7>
<t <t
t-if="intervention.sequence_type == 'sequence'" t-if="intervention.sequence_type == 'sequence'"
> >
......
...@@ -107,13 +107,13 @@ ...@@ -107,13 +107,13 @@
<div class="col-4"> <div class="col-4">
</div> </div>
<div class="col-4 text-center"> <div class="col-4 text-center">
<h1 class="mt0 text-center">Compositions</h1> <h2 class="mt0 text-center">Compositions</h2>
</div> </div>
<div class="col-4 mb4 text-right"> <div class="col-4 mb4 text-right">
<img <img
t-if="company.logo" t-if="company.logo"
t-att-src="image_data_uri(company.logo)" t-att-src="image_data_uri(company.logo)"
style="max-height: 80px;" style="max-height: 50px;"
alt="Logo" alt="Logo"
/> />
</div> </div>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter