← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 805243] Re: [V6.0.2] No check when loading ir.reports

 

Hello,

I add here two csv used to load ir.reports and ir.reports.line. This is
very useful for defining predefined csv exports on objects that you want
to modifiy and reimport on a quite standardized way.

As you will see, the content seems OK and will be loaded without any
error in DB. But when you go to the object list (res.partner in this
case), it does not appear in the list of predefined exports.

This is due to the fact that system cannot interpret one or several
values but no check/validation is done by OpenERP server at loading....

Regards,

Bernard

** Attachment added: "ir.exports"
   https://bugs.launchpad.net/openobject-server/+bug/805243/+attachment/2192403/+files/ir.exports.csv

-- 
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.reports

Status in OpenERP Server:
  Incomplete

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.reports and
  ir.reports.line with predefined values. We did that but were facing
  issues with numerous values into ir.reports.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-server/+bug/805243/+subscriptions


References