From 41ec9ef5620835982e14a8b4b3c8a333672e3530 Mon Sep 17 00:00:00 2001 From: RUS Date: Wed, 5 Jun 2024 20:28:42 +0530 Subject: [PATCH] [RELEASE] 16.0.8.0.3 --- bad_connector_woocommerce/__manifest__.py | 2 +- .../static/description/index.html | 65 +++++++++++++++---- .../__manifest__.py | 2 +- 3 files changed, 56 insertions(+), 13 deletions(-) diff --git a/bad_connector_woocommerce/__manifest__.py b/bad_connector_woocommerce/__manifest__.py index 657ffcdd..06210fbb 100644 --- a/bad_connector_woocommerce/__manifest__.py +++ b/bad_connector_woocommerce/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Odoo Woocommerce Connector", - "version": "16.0.8.0.2", + "version": "16.0.8.0.3", "category": "Connector", "author": "BizzAppDev Systems Pvt. Ltd.", "website": "http://www.bizzappdev.com", diff --git a/bad_connector_woocommerce/static/description/index.html b/bad_connector_woocommerce/static/description/index.html index 2a9611c2..c3a49563 100644 --- a/bad_connector_woocommerce/static/description/index.html +++ b/bad_connector_woocommerce/static/description/index.html @@ -23,7 +23,7 @@

Reach Out Us -
+
@@ -347,6 +347,54 @@

GET PERSONAL

+
+
+
+
+
+
+

+ Queue Job Configuration +

+
+
+
+ +
+
+ Common configuration for related Queue Job. +
+
+

Queue job allows to postpone method calls executed asynchronously.

+

+ Jobs are executed in the background by a Jobrunner, in their own transaction. +

+

+ To make sure connectors work smoothly, we need to adjust some settings in our odoo directory. +

+

+ Here's what we need to do: +

+
    +
  1. Open the odoo.conf file. You can find it in the cloned repository at odoo/debian/odoo.conf.
  2. +
  3. Add the following configuration to the odoo.conf file, or update them if they already exist: +
      +
    • Add queue_job to the server_wide_modules under the [options] section.
    • +
    • Add a channel for WooCommerce under the [queue_job] section.
    • +
    +
  4. +
+
+
+
[options]
server_wide_modules = web,queue_job
[queue_job]
channels = root:1,root.WooCommerce:1
+
+
+
+
+
+
+
+
@@ -802,20 +850,15 @@

-
+

Bug Tracker

-
- -
-
-
-
- Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback in below provided link. -
+
+
+ Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback in below provided link.
diff --git a/grouped_product_bad_connector_woocommerce/__manifest__.py b/grouped_product_bad_connector_woocommerce/__manifest__.py index 3a7f777f..3b30e06a 100644 --- a/grouped_product_bad_connector_woocommerce/__manifest__.py +++ b/grouped_product_bad_connector_woocommerce/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Grouped Product Odoo Woocommerce Connector", - "version": "16.0.8.0.2", + "version": "16.0.8.0.3", "category": "Connector", "author": "BizzAppDev Systems Pvt. Ltd.", "website": "http://www.bizzappdev.com",