[FIX] sql_export : remove unused action parameter

pull/820/head
Florian da Costa 2023-11-28 17:39:15 +01:00
parent 18ac3ada89
commit 6f65755ff9
1 changed files with 0 additions and 1 deletions

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