From 51ebfb5eab601d557c22115aaf570685f8b3eba9 Mon Sep 17 00:00:00 2001 From: Frederik Jaeckel Date: Thu, 12 Dec 2024 16:53:22 +0100 Subject: [PATCH] dont write to 'invoice_report_cache_id' --- wizard_runreport.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wizard_runreport.py b/wizard_runreport.py index dd5b0bf..708954c 100644 --- a/wizard_runreport.py +++ b/wizard_runreport.py @@ -115,7 +115,6 @@ class RunXRechnungReport(Wizard): Invoice.write(*[ to_delete_report, { 'invoice_report_cache': None, - 'invoice_report_cache_id': None, 'invoice_report_format': None}]) to_generate = [x for x in invoices if not x.invoice_report_cache]