commercial_invoice: add origin & borders
This commit is contained in:
parent
d42f885c27
commit
a0e5d8664d
1 changed files with 8 additions and 1 deletions
|
|
@ -120,6 +120,10 @@ Quantité</th>
|
|||
Valeur unitaire</th>
|
||||
<th>Total Value<br/>
|
||||
Valeur totale</th>
|
||||
<th>
|
||||
Origin<br/>
|
||||
Origine
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -141,6 +145,9 @@ Valeur totale</th>
|
|||
<td>
|
||||
<span t-field="line.price_subtotal" t-options='{"widget": "monetary", "display_currency": o.currency_id}'/>
|
||||
</td>
|
||||
<td>
|
||||
<span t-field="line.product_id.country_of_origin.name"/>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -169,7 +176,7 @@ Valeur totale</th>
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-5">
|
||||
<table class="table table-sm">
|
||||
<table class="table table-sm table-bordered">
|
||||
<tr>
|
||||
<td>
|
||||
<strong>Packaging / Emballage:</strong>
|
||||
|
|
|
|||
Loading…
Reference in a new issue