Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3895 Vistas

hi ! i want to megrate table datas product_product (openerp 6) to product_product (openerp 7) same one have an idea ?? thanks

Avatar
Descartar
Mejor respuesta

hello, you can use import / export feature of OpenERP

  1. select all products from tree view in (OpenERP 6)
  2. click on export and add the fields which you want to export
  3. now .csv file will generate
  4. In OpenERP 7 go to general setting, Mark the field which indicate ('Allow users to import data from CSV files')
  5. Then go to product Tree view and click on Import, select the importef file from v6 .
  6. Thats all you have done data migration from V6 to V7.

Thanks.

Avatar
Descartar
Autor

ok thanks after i do this i have this error : Missing required value for the field 'name'. This might be 'Name' in the current model, or a field of the same name in an o2m. à la ligne 2 (79 more) i have an external ID

Is this resolved?? If it's resolved please tell me the solution too because I am having similar problem.Thank you