add notes from LOT to invoice_line in printout
parent
cc0742676c
commit
8fc8231a2f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue