Comment 0 for bug 1096172

Revision history for this message
Romain Deheele - Camptocamp (romaindeheele) wrote : ir.model.data : too external_ids generated

Hello,
with : server 4327 & addons 7121

First, I have configured a new product named "Test product"

I try to export this product with next fields:
- Product Template
- Name

I have this result:
"id","product_tmpl_id/id","name"
"__export__.product_product_50","__export__.product_product_50_1","Test product"

If i retry, i have this:
"id","product_tmpl_id/id","name"
"__export__.product_product_50","__export__.product_product_50_2","Test product"

etc...

Is it normal to have at every turn a different external id for the template?
This behavoir creates unlimited ir.model.data records.

Thanks for your return,

Romain