change order of printout (serial_no after description)
parent
fc77bdd8ad
commit
96b4126d59
|
|
@ -184,13 +184,14 @@
|
|||
<span t-field="invoice_line.intrastat_id"/>
|
||||
<br/>
|
||||
</span>
|
||||
<span t-field="invoice_line.name"/>
|
||||
<span t-if="invoice_line.product_id.tracking=='serial'">
|
||||
<br/>
|
||||
<strong>Serien Nr.:</strong>
|
||||
<t t-if="has_serial_number">
|
||||
<span t-field="invoice_line.lot_formatted_note" />
|
||||
</t>
|
||||
</span>
|
||||
<span t-field="invoice_line.name"/>
|
||||
<p t-if="invoice_line.lot_id.notes">
|
||||
<span t-field="invoice_line.lot_id.notes"/>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue