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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user