[FIX] sql_export : remove unused action parameter
parent
18ac3ada89
commit
6f65755ff9
|
@ -50,7 +50,6 @@ class SqlExport(models.Model):
|
|||
"res_id": wiz.id,
|
||||
"type": "ir.actions.act_window",
|
||||
"context": self.env.context,
|
||||
"nodestroy": True,
|
||||
}
|
||||
|
||||
def export_sql_query(self):
|
||||
|
|
Loading…
Reference in New Issue