Skip to content
Extraits de code Groupes Projets
Valider c2224243 rédigé par Rémi - Le Filament's avatar Rémi - Le Filament
Parcourir les fichiers

[FIX] display

parent 9b146692
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -5,19 +5,13 @@
<t t-call="web.html_container">
<t t-foreach="docs" t-as="o">
<t t-call="web.external_layout">
<div class="page">
<div class="row">
<div class="col-5 offset-1" name="div_outgoing_address">
<div>
<span><strong
>Adresse du client :</strong></span>
<div
t-field="o.partner_shipping_id"
t-options='{"widget": "contact", "fields": ["address", "name", "phone"], "no_marker": True, "phone_icons": True}'
/>
</div>
</div>
</div>
<div class="page">
<br />
<h1 t-field="o.name" class="mt0 float-left" />
<div class="row mt48 mb32">
......@@ -61,16 +55,16 @@
>
<thead>
<tr>
<th name="th_product">
<th name="th_product" style="width: 60%;">
<strong>Article</strong>
</th>
<th name="th_qty">
<th name="th_qty" style="width: 15%;">
<strong>Quantité</strong>
</th>
<th name="th_serial_number" class="text-center">
<th name="th_serial_number" style="width: 10%;">
<strong>Numéro de Lot</strong>
</th>
<th name="th_expiry" class="text-center">
<th name="th_expiry" style="width: 15%;">
<strong>DLC</strong>
</th>
</tr>
......
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