shorttext

develop
Andreas Osim 2021-01-21 08:45:20 +01:00
parent 2904b67c19
commit 76822501eb
1 changed files with 2 additions and 2 deletions

View File

@ -203,10 +203,10 @@
<span t-if="shorttext"> <span t-if="shorttext">
<span> <span>
<strong>Kurztext:</strong> <strong>Kurztext:</strong>
t-if="invoice_line.lot_id.short_text" t-field="invoice_line.lot_id.short_text" <span t-if="invoice_line.lot_id.short_text" t-field="invoice_line.lot_id.short_text"/>
</span> </span>
<span> <span>
t-if="not invoice_line.lot_id.short_text" t-field="invoice_line.name" <span t-if="not invoice_line.lot_id.short_text" t-field="invoice_line.name"/>
</span> </span>
</span> </span>
<span t-if="not shorttext"> <span t-if="not shorttext">