← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 792754] Re: Web client exports only first page

 

*** This bug is a duplicate of bug 795704 ***
    https://bugs.launchpad.net/bugs/795704

Hi Amit,

IMHO, these issues are not related. Because export should not be related
to the pages that are displayed.

Imagine for instance we have a large list with 1000 and 10000 records.
If we want to export all items, the current behaviour would mean we need
to first select unlimited to display them all, and then export. If that
might work with 1000 items, it would be slow, and probably would not
work at all with 10000 items (especially if unlimited actually means a
"hard" limit).

Since the creation of the CSV file is normally a server operation,
however, it would work quite nicely to create the CSV file with 10000
lines, and then let the browser download it.

So IMO, the export function should ignore the paging option of the
client.

Best regards,

-sbi

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/792754

Title:
  Web client exports only first page

Status in OpenERP Web Client:
  New

Bug description:
  Hi,

  In the web client, when you export data, only the first page displayed
  is exported. You need to select "unlimited" in the list before
  exporting to export all records.

  Expected result: all records are exported, not only the first page
  (unless maybe some lines are explicitly selected).

  Best regards,

  -sbi

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/792754/+subscriptions


References