mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Small fixes for v12/python3 standard
Co-Authored-By: David Beal <david.beal@akretion.com>
This commit is contained in:
@@ -59,7 +59,7 @@ class SqlExport(models.Model):
|
||||
if self.file_format == 'csv':
|
||||
return 'csv'
|
||||
|
||||
def csv_get_datas_from_query(self, variable_dict):
|
||||
def csv_get_data_from_query(self, variable_dict):
|
||||
self.ensure_one()
|
||||
# Execute Request
|
||||
res = self._execute_sql_request(
|
||||
|
||||
Reference in New Issue
Block a user