Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
A
ap_report
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Le Filament
Arbre et Paysage
ap_report
Validations
86ff437e
Valider
86ff437e
rédigé
Il y a 3 ans
par
Juliana
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
[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
Modifications
3
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
3 fichiers modifiés
static/src/scss/layout_generic.scss
+0
-1
0 ajout, 1 suppression
static/src/scss/layout_generic.scss
views/report_composition_templates.xml
+6
-6
6 ajouts, 6 suppressions
views/report_composition_templates.xml
views/report_templates.xml
+2
-2
2 ajouts, 2 suppressions
views/report_templates.xml
avec
8 ajouts
et
9 suppressions
static/src/scss/layout_generic.scss
+
0
−
1
Voir le fichier @
86ff437e
...
@@ -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
{
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
views/report_composition_templates.xml
+
6
−
6
Voir le fichier @
86ff437e
...
@@ -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"
>
<h
2
>
<h
4
>
<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"
/>
</h
2
>
</h
4
>
<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"
>
<h
3
>
Projet N°
<span
<h
6
>
Projet N°
<span
t-field=
"project.name"
t-field=
"project.name"
/></h
3
>
/></h
6
>
</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"
>
<h
4
class=
"text-center"
>
Intervention n°
<span
<h
7
class=
"text-center"
>
Intervention n°
<span
t-field=
"intervention.name"
t-field=
"intervention.name"
/></h
4
>
/></h
7
>
<t
<t
t-if=
"intervention.sequence_type == 'sequence'"
t-if=
"intervention.sequence_type == 'sequence'"
>
>
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
views/report_templates.xml
+
2
−
2
Voir le fichier @
86ff437e
...
@@ -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"
>
<h
1
class=
"mt0 text-center"
>
Compositions
</h
1
>
<h
2
class=
"mt0 text-center"
>
Compositions
</h
2
>
</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:
8
0px;"
style=
"max-height:
5
0px;"
alt=
"Logo"
alt=
"Logo"
/>
/>
</div>
</div>
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter