[REF] sql_export : remove obsolete argument in actions dicts

This commit is contained in:
Sylvain LE GAL
2023-06-20 10:36:37 +02:00
parent 8adf34fcec
commit e37107ab06

View File

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