← Back to team overview

openerp-india team mailing list archive

[Bug 1096172] [NEW] export_data on product_product : too external_ids(ir.model.data) generated?

 

Public bug reported:

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 behavior creates unlimited ir.model.data records.

Thanks for your return,

Romain

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

** Summary changed:

- ir.model.data : too external_ids generated
+ ir.model.data : too external_ids generated?

** Summary changed:

- ir.model.data : too external_ids generated?
+ export_data on product_product : too external_ids(ir.model.data) generated?

** Description changed:

  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.
+ This behavior creates unlimited ir.model.data records.
  
  Thanks for your return,
  
  Romain

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1096172

Title:
  export_data on product_product : too external_ids(ir.model.data)
  generated?

Status in OpenERP Server:
  New

Bug description:
  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 behavior creates unlimited ir.model.data records.

  Thanks for your return,

  Romain

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


Follow ups

References