Browse Source

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

pull/756/head
Yannick Vaucher 11 years ago
committed by Kévin Roche
parent
commit
58eb3931f7
  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