dont write to 'invoice_report_cache_id'
This commit is contained in:
parent
ea2d84282e
commit
b215ad7ab7
1 changed files with 0 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue