tested and also works with one2many, many2many, many2one with "Import 
Compatible" mode.
Currently only in GTK, to be fixed in web client.

** Changed in: openobject-server
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/672763

Title:
  Export / Import bugs and inconsistencies [dev-6.0rc1]

Status in OpenObject Server:
  Fix Released

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.



_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to