commit
e6f54097b1
|
@ -72,7 +72,6 @@ class SqlExport(models.Model):
|
||||||
"type": "ir.actions.act_window",
|
"type": "ir.actions.act_window",
|
||||||
"target": "new",
|
"target": "new",
|
||||||
"context": self.env.context,
|
"context": self.env.context,
|
||||||
"nodestroy": True,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def _get_file_extension(self):
|
def _get_file_extension(self):
|
||||||
|
|
|
@ -109,5 +109,4 @@ class SqlFileWizard(models.TransientModel):
|
||||||
"type": "ir.actions.act_window",
|
"type": "ir.actions.act_window",
|
||||||
"target": "new",
|
"target": "new",
|
||||||
"context": self.env.context,
|
"context": self.env.context,
|
||||||
"nodestroy": True,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue