Installation of any of our connector includes a few simple steps:
Install the module and change Odoo configuration
Get necessary credentials
Do initial import
Let’s start.
Don’t want to spend time installing and configuring?
Let our experts handle the setup for you. Purchase our one-time configuration service and get your connector up and running quickly!
https://ecosystem.ventor.tech/product/installation-configuration-service/
1. Installation
As our connector is using queue_job module from OCA, you need to make sure also to properly configure your Odoo instance. Check below how to do it.
Odoo.sh
How to install in Odoo.sh:
Odoo configuration
Config file can be found when entering shell in the following location:
/home/odoo/.config/odoo/odoo.conf
Add there the following configs:
server_wide_modules = web,queue_job,integration,<connector_name> [queue_job] channels = root:1 scheme = https host = <your_odoo_host> port = 443
IMPORTANT: Please don’t forget to replace <connector_name>
with a correct module name (i.e. integration_shopify
) and <your_odoo_host>
with a correct domain name (i.e. myhost.odoo.com
)
After changing the configuration file, run odoosh-restart http
command in the shell.
On-premise server
Download and place the connector directories to your addons directory.
Odoo configuration
Specifically check that you have below in your odoo.conf file:
Make sure that number of workers is 2 and higher (e.g.
workers = 4
).Make sure queue_job module is added to server wide modules:
server_wide_modules = web,queue_job,integration,integration_woocommerce
Add the following lines specific to queue_job to identify amount of channels that will be used for it.
workers = 2 ; set here amount of workers higher than 1 server_wide_modules = web,queue_job,integration,integration_woocommerce [queue_job] channels = root:1
IMPORTANT: Please don’t forget to replace <connector_name>
with a correct module name (i.e. integration_shopify
) and <your_odoo_host>
with a correct domain name (i.e. myhost.odoo.com
)
2. Configuration
Follow video guides to get the credentials for different e-commerce systems and perform the initial connection between Odoo and e-commerce store:
WooCommerce
Magento 2
PrestaShop
Shopify
Check video below
3. Initial Import
Continue with the Quick Configuration wizard. We do not have yet a dedicated video for different connectors – but all our connectors work the same way. So you can refer to the video from the Shopify connector starting from 3:30: