From e37107ab06c3b2fb3f02cbe43a3fe50393f0aaa9 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Tue, 20 Jun 2023 10:36:37 +0200 Subject: [PATCH] [REF] sql_export : remove obsolete argument in actions dicts --- sql_export/wizard/wizard_file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sql_export/wizard/wizard_file.py b/sql_export/wizard/wizard_file.py index a648348b3..aaefad49d 100644 --- a/sql_export/wizard/wizard_file.py +++ b/sql_export/wizard/wizard_file.py @@ -70,5 +70,4 @@ class SqlFileWizard(models.TransientModel): "type": "ir.actions.act_window", "target": "new", "context": self.env.context, - "nodestroy": True, }