commercial_invoice: add origin & borders

This commit is contained in:
Marc Durepos 2025-04-10 12:15:35 -04:00
parent d42f885c27
commit a0e5d8664d

View file

@ -120,6 +120,10 @@ Quantité</th>
Valeur unitaire</th> Valeur unitaire</th>
<th>Total Value<br/> <th>Total Value<br/>
Valeur totale</th> Valeur totale</th>
<th>
Origin<br/>
Origine
</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -141,6 +145,9 @@ Valeur totale</th>
<td> <td>
<span t-field="line.price_subtotal" t-options='{"widget": "monetary", "display_currency": o.currency_id}'/> <span t-field="line.price_subtotal" t-options='{"widget": "monetary", "display_currency": o.currency_id}'/>
</td> </td>
<td>
<span t-field="line.product_id.country_of_origin.name"/>
</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -169,7 +176,7 @@ Valeur totale</th>
</div> </div>
</div> </div>
<div class="col-5"> <div class="col-5">
<table class="table table-sm"> <table class="table table-sm table-bordered">
<tr> <tr>
<td> <td>
<strong>Packaging / Emballage:</strong> <strong>Packaging / Emballage:</strong>