[FIX] sql_export : remove unused action parameter

This commit is contained in:
Florian da Costa
2023-11-28 17:39:15 +01:00
committed by David Beal
parent 2cef1be617
commit 903cd3baa0

View File

@@ -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):