Ashish Vijayan
Ashish Vijayan

Reputation: 11

How to connect my prestashop with odoo 9

I have a prestashop website. I am new to Odoo 9. I dont know how to connect the prestashop with Odoo 9. Can anyone please tell me how to connect it. I need step by step procedure. I am awaiting for the reply. Thanks

Upvotes: 1

Views: 433

Answers (1)

tarek fellah
tarek fellah

Reputation: 367

You need a module for that , otherwise you should develop it, the module should include order, customer, products, stock, categories synchronization. To create it, you should read about prestashop action hooks (when a client pass an order, a client creates an account, ...) you can read this or forum post. To have synchronization work from odoo to prestashop you should use cron jobs to import data(products, clients, orders, categories) daily to prestashop.

Upvotes: 1

Related Questions