How to install and configure VentorTech connector?

How to install and configure VentorTech connector?

Installation of any of our connector includes a few simple steps:

  1. Install the module and change Odoo configuration

  2. Get necessary credentials

  3. 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:

  1. Make sure that number of workers is 2 and higher (e.g. workers = 4).

  2. Make sure queue_job module is added to server wide modules:

    server_wide_modules = web,queue_job,integration,integration_woocommerce
  3. 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 (smile)

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:

Related Posts
Leave a Reply

Your email address will not be published.Required fields are marked *