Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
import contacts from sugarcrm to openerp v7
our company is working on sugar crm now we have decided to switch to openerp
now there is a problem, how to import contact details from SugarCRM to OpenERP, if anybody knows anything please help, if you know any addons or plugin please provide the name.
We're in the middle of the exact same transition. If you have direct access to your SugarCRM database, this is much easier. Export the data from SugarCRM to a CSV, either through the SugarCRM interface or by directly querying the database in a script and writing the output to a CSV. Then either reformat the data in a manner that can be understood by the OpenERP import function, or write another script that writes the data directly into the postgres database using the python psycopg2 library. We're using the latter, and it works very well. The import_sugarcrm module was decent in 6.1 but this gives you far more control, and any customization in SugarCRM won't be carried over.
In short, there's no simple way to do it, any data migration will need a few steps and some effort setting up the import script. Sorry if that's not very helpful, let me know if there's anything specific you need clarification on.
i have already tried that way but was getting much errors.... thanks for the reply
during importing of the .csv file some fields needs to be deleted, according to the openerp, i did that and validation was successfully done, but after i clicked import, nothing happend...
Hello Brett, we are about to go down that same road. We've got a lot of data on a SugarCRM-derived product (Info@Hand, version 6), and would like to switch to OpenERP V.7.0. We can access all involved server and DBs (mysql and postgresql), and would very much prefer to do it with a repeatable script.
Has anyone tried https://www.openerp.com/apps/7.0/import_sugarcrm/ ?
I'd like to know which versions of Sugar support the website this module uses and how effectively the module works (It was co-written by OpenERP so I am very hopeful.)
I would also like to know what versions of SugarCRM are supported as when I attempt to import data I get a few hits on the SOAP interface and then nothing.
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 10/14/13, 6:34 AM |
Seen: 2752 times |
Last updated: 3/16/15, 8:10 AM |