Can't use :id construction importing using CSV

Bug #887666 reported by Geoff Gardiner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
A SYLEAM Component - OpenObject Library
New
Undecided
Unassigned

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.

Tags: 6.0.3base
Revision history for this message
Geoff Gardiner (geoff-gardiner) wrote :
Revision history for this message
Geoff Gardiner (geoff-gardiner) wrote :

Ok, it seems that in 6.0.3 the substitution of '/' in place of ':' doesn't work in all cases, so using '/' directly does work ok.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.