[FIX] Fix warning removing the useless param nodestroy in sql export wizard

This commit is contained in:
Florian da Costa
2023-06-05 18:09:56 +02:00
parent 05a85e6675
commit e23fd1aff8
2 changed files with 0 additions and 2 deletions

View File

@@ -72,7 +72,6 @@ class SqlExport(models.Model):
"type": "ir.actions.act_window",
"target": "new",
"context": self.env.context,
"nodestroy": True,
}
def _get_file_extension(self):

View File

@@ -109,5 +109,4 @@ class SqlFileWizard(models.TransientModel):
"type": "ir.actions.act_window",
"target": "new",
"context": self.env.context,
"nodestroy": True,
}