Comment 3 for bug 950948

Revision history for this message
YannickB (YOLO consulting) (yannick-buron) wrote :

Hi,

No you didn't understand. I'm not talking of an id column in the csv file but .id (note the dot) column.

The difference is .id is in fact the database_id, where id is the openerp id (used for example in xml file of the module).

Ex :
id = base.res_partner_agrolait
.id (database_id) = 3

In V6, if we used the .id column in a csv file we updated the record instead of creating a new one. This still work on the heavy client.

Now it seems that the web client can't recognize the .id column, and so we have no way to update record with csv anymore.