mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] sql_export : remove unused action parameter
This commit is contained in:
committed by
David Beal
parent
2cef1be617
commit
903cd3baa0
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user