[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
committed by David Beal
parent 3cb3fae1f6
commit becf56a87b
2 changed files with 0 additions and 2 deletions

View File

@@ -67,7 +67,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

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