Thursday, February 12, 2015

Odoo OpenERP Volusion Connector

Volusion is pioneered in e-commerce industry offering the online merchants platform to sell their products

With Odoo we have used Volusion API to pull the data for orders into thirdware database such as MySQL to sync it to sales in Odoo. Volusion offers online sales orders to be processed which will eventually pulled into Odoo for further processing.

Our module works along with middle ware database to pull the records of orders and put up validation on it as WEB orders and checking the incremental upload and download.


 1. Connection with middleware database within Odoo
 2. Mapped the Odoo product code with Volusion and Fiscal positions to handle taxes according to Volusion
 3. Fiscal positions are matched up with Tax1 and Tax2 fields to bring in relevant taxes in Odoo from Volusion
 4. Import Orders from source in Odoo
 5. Odoo will create orders with WEB as sequence and also create Invoice and accepts the payment against the orders placed
 6. Managing the auto import through a cron job is done in Odoo through scheduled action in Settings

No comments:

Post a Comment