[IMP] account_export_csv: spelling

pull/597/head
Stéphane Bidoul 2014-11-30 11:34:55 +01:00 committed by David Beal
parent 6c19c451e0
commit 44a6bbe1b5
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class AccountCSVExport(orm.TransientModel):
""" """
Here we use TemporaryFile to avoid full filling the OpenERP worker Here we use TemporaryFile to avoid full filling the OpenERP worker
Memory Memory
We also write the data to the wizard with SQL query as write seams We also write the data to the wizard with SQL query as write seems
to use too much memory as well. to use too much memory as well.
Those improvements permitted to improve the export from a 100k line to Those improvements permitted to improve the export from a 100k line to