diff --git a/sql_export/models/sql_export.py b/sql_export/models/sql_export.py index 41ca11bcb..1b88fbac4 100644 --- a/sql_export/models/sql_export.py +++ b/sql_export/models/sql_export.py @@ -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): diff --git a/sql_export/wizard/wizard_file.py b/sql_export/wizard/wizard_file.py index ec938b8ba..5a99ddc26 100644 --- a/sql_export/wizard/wizard_file.py +++ b/sql_export/wizard/wizard_file.py @@ -109,5 +109,4 @@ class SqlFileWizard(models.TransientModel): "type": "ir.actions.act_window", "target": "new", "context": self.env.context, - "nodestroy": True, }