← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 805243] Re: [V6.0.2] No check when loading ir.exports & ir.exports.line

 

Hello Olivier & Naresh,

I reported this bug because generating a standardized csv from OpenERP
is very complex for a lambda user.

That's why I used ir.reports and discovered this issue (I tried also a
lot of csv export modules on apps.openerp.com but no ones were on a
completed stage or easy to use).

I completely  understand this solution based on ir.reports is technical
and has no priority...

Thanks to the transactionnal export from GTK/Web, exports can be done on csv, but this functionnality has two issues:
- You can't never reorder chosen fields (a nightmare when you have 15 fields and you forgot only one important field and have to put it on the end)
- You can select a same field twice because there is no indication about the fact that a field is already selected on right panel. 

Ideally, the best csv export interface should be:

-  You should see the list of fields on the left panel (as it exists currently) but you should have checkboxes that transfer fields to right panel.
- You should be able to reorder fields on the right panel

But all this is another improvement  & useability story...

Regards,

Bernard

-- 
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/805243

Title:
  [V6.0.2] No check when loading ir.exports & ir.exports.line

Status in OpenERP GTK Client:
  Fix Committed
Status in OpenERP Server:
  Confirmed

Bug description:
  Hello,

  In the context of our data migration work, we would like to
  standardize exports of data from OpenERP at user level. The aim is
  that user would be able to export object's data that he could reimport
  without any problem after correction (i.e. a customer list).

  The easiest way to do that was to load tables ir.exports &
  ir.exports.line with predefined values. We did that but were facing
  issues with numerous values into ir.exports.line when loading a csv
  into these tables.

  From a postgres standpoint all entries were created and were OK, but
  in OpenERP client (web and GTK) the predefined list does not appear (I
  mean when we loaded 15+ line items).

  The issue is that the server does not do any checks on value that we
  load via csv into ir.models.line. If we had this kind of value check,
  it should be easier to determine why it has been loaded and why it
  does not appear on the client predefined exports.

  Regards,

  Bernard

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


Follow ups

References