From 08e6ec59d2abac36a8f6e5ab10fec6a5643de282 Mon Sep 17 00:00:00 2001 From: Viktor Pracht Date: Fri, 24 Oct 2025 14:46:54 +0200 Subject: [PATCH] feat(open-xchange): Enable XRechnung in Viewer --- helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl index 18556778..a3142731 100644 --- a/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl +++ b/helmfile/apps/open-xchange/values-openxchange.yaml.gotmpl @@ -399,6 +399,7 @@ appsuite: com.openexchange.showAdmin: "false" # Various Mail settings com.openexchange.mail.deleteDraftOnTransport: "true" + com.openexchange.capability.document_preview_xrechnung: "true" # PDF Export com.openexchange.capability.mail_export_pdf: "true" com.openexchange.mail.exportpdf.gotenberg.enabled: "true"