diff --git a/ext/custom-addons/dp_reports_account/reports/invoice.xml b/ext/custom-addons/dp_reports_account/reports/invoice.xml index 1a18e528..8df95c50 100644 --- a/ext/custom-addons/dp_reports_account/reports/invoice.xml +++ b/ext/custom-addons/dp_reports_account/reports/invoice.xml @@ -201,9 +201,13 @@
- Kurztext: - - + + Kurztext: + t-if="invoice_line.lot_id.short_text" t-field="invoice_line.lot_id.short_text" + + + t-if="not invoice_line.lot_id.short_text" t-field="invoice_line.name" +