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

[ADD]Add ref projet + Line table

parent 291c9eaa
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -42,6 +42,7 @@ address .align-items-baseline { ...@@ -42,6 +42,7 @@ address .align-items-baseline {
.o_report_layout_boxed .table-prepa tbody td { .o_report_layout_boxed .table-prepa tbody td {
font-size: 17px; font-size: 17px;
border: 1px solid #495057;
} }
.o_report_layout_boxed .row:not(#total) > div > table.table-compo tbody tr:not(:last-child) td:last-child{ .o_report_layout_boxed .row:not(#total) > div > table.table-compo tbody tr:not(:last-child) td:last-child{
......
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
t-field="o.scheduled_date" t-field="o.scheduled_date"
t-options='{"widget": "date"}' t-options='{"widget": "date"}'
/></p> /></p>
<p t-if="o.user_id" class="m-0">Référent du projet <span
t-field="o.user_id"
/></p>
</div> </div>
</div> </div>
<div class="col-4" name="div_outgoing_address"> <div class="col-4" name="div_outgoing_address">
...@@ -29,7 +32,7 @@ ...@@ -29,7 +32,7 @@
</div> </div>
<br /> <br />
<table <table
class="table table-sm table-prepa" class="table-bordered table table-sm table-prepa"
t-if="o.move_ids_without_package" t-if="o.move_ids_without_package"
> >
<thead> <thead>
......
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