Small fixes for v12/python3 standard

Co-Authored-By: David Beal <david.beal@akretion.com>
This commit is contained in:
Florian
2019-09-03 11:37:56 +02:00
committed by Sylvain LE GAL
parent 31f85a6200
commit 50e94e64ad
2 changed files with 4 additions and 4 deletions

View File

@@ -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(