[13.0][MIG] report_batch

This commit is contained in:
Bhavesh Odedra
2020-04-13 11:18:24 +05:30
parent 45d3686a7b
commit 57a1916a20
3 changed files with 3 additions and 5 deletions

View File

@@ -106,7 +106,6 @@ class IrActionsReport(models.Model):
report._generate_batch_qweb_report()
return res
@api.multi
def write(self, vals):
res = super(IrActionsReport, self).write(vals)
if "subreport_ids" in vals or "model" in vals: