-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product sync Odoo -> Magento #294
Comments
Hello @chrizzTs the base module called connector_magento is able to download on the fly some superficial product information as product encountered in the Magento sale orders might be missing in Odoo. Now this is not meant for real full blown catalog update from Magento to Odoo but just as something to help importing the orders even if some product is missing. In any case when you want to synch the Odoo catalog between Odoo and Magento, you better have a big money or time budget for your project because this is consuming in expert consulting as you have a combinatorial explosion of possible data integrity issues that may occur as some Magento or Odoo user update some data in a way that is not exactly the basic covered use case (like you delete some color attribute in Magento before trying to export the catalog from Odoo). When your e-commerce is big enough to fund such investment, then you can install (and eventually port) this module #200 We at Akretion are one of the creators of this set of Magento connector modules and we also know the Odoo e-commerce solution. To offer a better solution to our existing Magento customers, we instead developped the Shopinvader open source set of modules to enable this kind of catalog integration without having a web stack that sucks like in the Odoo SA official solution. With Shopinvader we simplify by orders of magnitude the complexity to accomodate two different data models like Magento and Odoo as we basically only have the Odoo data model which is exported as denormalized in Algolia or Elastic Search to be used by the Rails based front end shop. You can read more at: http://shopinvader.com/ |
Dear all,
I am looking into integrating Odoo and Magento.
Now my question is of which system to be the leading master data system. Do you have any experiences of pros / cons Magento sending products to Odoo and vice versa?
How is the integration with Odoo - Magento connector? Is it sending product information from Magento to Odoo or from Magento to Odoo?
Thanks in advance!
Best regards,
Chris
The text was updated successfully, but these errors were encountered: