dont write to 'invoice_report_cache_id'
This commit is contained in:
parent
7d98a34328
commit
51ebfb5eab
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ class RunXRechnungReport(Wizard):
|
||||||
Invoice.write(*[
|
Invoice.write(*[
|
||||||
to_delete_report, {
|
to_delete_report, {
|
||||||
'invoice_report_cache': None,
|
'invoice_report_cache': None,
|
||||||
'invoice_report_cache_id': None,
|
|
||||||
'invoice_report_format': None}])
|
'invoice_report_format': None}])
|
||||||
|
|
||||||
to_generate = [x for x in invoices if not x.invoice_report_cache]
|
to_generate = [x for x in invoices if not x.invoice_report_cache]
|
||||||
|
|
Loading…
Reference in a new issue