This question has been flagged
1 Reply
2220 Views

I want to use odoo 9 as backend / inventory for products. Basically I need best way to utilize odoo as backend.

It includes :

  • Product with variants store on Odoo backend

  • CSV import of Products with images into Odoo

  • Best way to connect these products with Magneto so Magento will be fetching product inventories from odoo

  • Order syncing from Magento to Odoo.


I am not that much expert in odoo so will you please guide me quicker and safer way to proceed with Odoo 9 and Magento 2?

Avatar
Discard
Best Answer

First of all, you need to integrate Magento with odoo 9. For that you need a connector. If you don’t have a connector you should consult an odoo partner and make a connector according to your requirements. Once it is done, then it’s all down hill from there. You can use the connector app to get products or what ever it is you require and manage them in the back end of odoo 9. You can generate the api from Magento system -> integrations and use that access token and the host address to establish connection between Magento and odoo.

Avatar
Discard