← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 672763] Re: Export / Import bugs and inconsistencies [dev-6.0rc1]

 

** Changed in: openobject-server
   Importance: Undecided => Medium

** Changed in: openobject-server
       Status: Invalid => Confirmed

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
Export / Import bugs and inconsistencies [dev-6.0rc1]
https://bugs.launchpad.net/bugs/672763
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject Server: Confirmed

Bug description:
1) Export of column headers in compatible mode cannot be imported.
2) New imported resource create duplicate default values in Configuration Parameters.

Eg 1:
When exporting Product Categories in compatible mode:
Column headers are:
type	db_id	id	name	parent_id	sequence
normal	1	product.cat0	All products		0
   -> These cannot be used when importing new records.

Column headers need to be adjusted to:
type	ID	Name	Parent Category/ID	sequence
normal	c2	Sellable	product.cat0	0
   -> parent_id has to be changed to Parent Category/ID
This makes it very difficult to export and import data correctly.

Eg 2:
When importing new records, new default values for the specific record are created in Configuration Parameters.
when importing the above record, 3 new default records with a specific resource All Products - Sellabe are created.
property_account_expense_categ
property_stock_journal
property_account_income_categ

This gives rise to large lists of Configuration Parameters when importing products.
Configuration Parameters list can be in the 1000's for just 300 imported products.

Please can you verify that this is indeed a bug or whether I am missing something.
[dev-6.0rc1] ubuntu 9.10 desktop revision 2979

thanks.





References