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