Browse Source

[IMP] account_export_csv - set 2GB complete value to better comment

pull/7/merge
Yannick Vaucher 11 years ago
parent
commit
16fb58fd59
  1. 2
      account_export_csv/wizard/account_export_csv.py

2
account_export_csv/wizard/account_export_csv.py

@ -237,7 +237,7 @@ class AccountCSVExport(orm.TransientModel):
if it has been generated. if it has been generated.
To be able to export bigger volume of data, it is advised to set To be able to export bigger volume of data, it is advised to set
limit_memory_hard to (2 GB) to generate the file and let
limit_memory_hard to 2097152000 (2 GB) to generate the file and let
OpenERP load it in the wizard when trying to download it. OpenERP load it in the wizard when trying to download it.
Tested with up to a generation of 700k entry lines Tested with up to a generation of 700k entry lines

Loading…
Cancel
Save