add notes from LOT to invoice_line in printout

develop
Andreas Osim 2018-05-22 14:40:48 +02:00
parent cc0742676c
commit 8fc8231a2f
1 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,9 @@
<br/>
</span>
<span t-field="invoice_line.name"/>
<p t-if="invoice_line.lot_id.notes">
<span t-field="invoice_line.lot_id.notes"/>
</p>
<p t-if="o.note_line">
<span t-field="o.note_line"/>
</p>