From 2904b67c196d74366f9192d7e8e592c43cff5545 Mon Sep 17 00:00:00 2001 From: Andreas Osim Date: Thu, 21 Jan 2021 08:42:21 +0100 Subject: [PATCH] shorttext --- .../dp_reports_account/reports/invoice.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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" +