mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] Fix warning removing the useless param nodestroy in sql export wizard
This commit is contained in:
committed by
David Beal
parent
3cb3fae1f6
commit
becf56a87b
@@ -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):
|
||||
|
||||
@@ -60,5 +60,4 @@ class SqlFileWizard(models.TransientModel):
|
||||
"type": "ir.actions.act_window",
|
||||
"target": "new",
|
||||
"context": self.env.context,
|
||||
"nodestroy": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user