← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 887666] [NEW] Can't use :id construction importing using CSV

 

Public bug reported:

I have two files rp.csv (res.partner) and rpa.csv (res.partner.address). rpa is linked to rp by a column labelled partner_id:id. The importer does not recognise partner_id:id but it does recognize partner_id., thus:
The import failed due to: You cannot import the field 'partner_id:id', because we cannot auto-detect it
Here is a preview of the file we could not import:
"id","name","partner_id:id"
"Y1","Progressive","X1"

It is perfectly happy to import rpa_1, however:
"id","name","partner_id"
"Y1","Progressive","Progress Partner"

I'm using the latest 6.0.3 release.

** Affects: openobject-library
     Importance: Undecided
         Status: New


** Tags: 6.0.3base

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

Title:
  Can't use :id construction importing using CSV

Status in OpenObject Library:
  New

Bug description:
  I have two files rp.csv (res.partner) and rpa.csv (res.partner.address). rpa is linked to rp by a column labelled partner_id:id. The importer does not recognise partner_id:id but it does recognize partner_id., thus:
  The import failed due to: You cannot import the field 'partner_id:id', because we cannot auto-detect it
  Here is a preview of the file we could not import:
  "id","name","partner_id:id"
  "Y1","Progressive","X1"

  It is perfectly happy to import rpa_1, however:
  "id","name","partner_id"
  "Y1","Progressive","Progress Partner"

  I'm using the latest 6.0.3 release.

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


Follow ups

References