Skip to Content
Menu

Woocommerce Integration

by
Odoo

462.15

v 16.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Sales (sale_management)
Inventory (stock)
Discuss (mail)
Invoicing (account)
Community Apps Dependencies
Lines of code 5899
Technical Name eg_woocommerce_integration
LicenseOPL-1
Websitehttp://www.inkerp.com
Versions 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Sales (sale_management)
Inventory (stock)
Discuss (mail)
Invoicing (account)
Community Apps Dependencies
Lines of code 5899
Technical Name eg_woocommerce_integration
LicenseOPL-1
Websitehttp://www.inkerp.com
Versions 15.0 16.0 17.0 18.0

Odoo Woocommerce Connector

This Odoo Woocommerce connector will allow make day to day operation easier for Warehouse and sales team with Automation.



  Looking for Demo or Support?

Features

 Multi Instance Support. 

 Synchronize Products. 

 Synchronize Sale Order. 

 Synchronize Customer, Journals. 

1) Dashboard

2) Instance Creation

By filling the details and API user can configure the instance.

2.1) Other Configuration Tab in Instance

Navigation: eCom -> Configuration -> Instances

Product Backorder: Here user can configure whether Product Backorder will be imported from woocommerce or not..

Product Status: Here user can configure whether Product Status will be imported from woocommerce or not.

Product Catalog Visibility: Here user can configure whether Product Catalog Visibility will be imported from woocommerce or not.

Product Tax Status: Here user can configure whether tax will be imported from woocommerce or will be managed by Odoo as per default Odoo functionality.

3) Exporting Product to Middle Layer

We have added export button in tree view so user can select Single or Multi Product to export easily to the middle layer.

3.1) Export Product to Middle Layer Pop-Up

Instance: Here user gets the option to choose the instance where he wants to export this Products.

4) Detailed view of Product Template in Middle Layer

Navigation: eCom -> Mapping -> Product Templates

4.1) Products Tab

Here user can find the variant of that product and if that is already mapped with Shopify then it will also show Woocommerce ID.

4.2) Other information Tab

Here user can find the other details of product such as Sales price, Weight, Barcode, Quantity Available, etc.

4.3) Attribute Lines Tab

Here it will show attributes and its values, like color and its value such as Red, Green, Blue.

4.4) Tax and Stock Tab

Here it will show details about Related Tax and Stock maintain.

4.5) Shipping and Backorder

Here it will show details about Relate Product Shipping and Backorder.

5) Form View of Product Variant Middle Layer

Navigation: eCom -> Mapping -> Product Variants

Here user can find Product Variant related details in middle layer with Shopify ad Odoo details.

6) Bulk Import,Export and Update Operations Popup

Navigation: eCom -> Synchronization -> Import/Export Operations

Instance: Here user can choose the instance for Operation.

Type: Here user can select which type of operation He/She wants to perform.

6.1) Import Operation

In Import operation user can choose Product, Sale Order, Customer data.

6.1.1) Category Import Operation

6.1.2) Product Attribute and it’s Value Import Operation

6.1.3) Tax class and Tax Rate import Operation

6.1.4) Customer, Sale Order, Payment Gateway and Product Coupon import Operation.

6.2) Export Operation.

6.2.1) Export Category Operation.

6.2.2) Export Product attribute and value Operation.

6.2.3) Export Tax Rate Operation

6.3) Update/Import Operation

By selecting Update/Import in Type. It will import products data into middle layer.

6.4) Update/Export Operation

By selecting Update/Export in Type. It will update products data to Shopify.

7) Form View of Sale Order Mapping in Middle Layer

Navigation: eCom -> Mapping -> Sale Orders

8) Form View of Customer Mapping in Middle Layer

Navigation: eCom -> Mapping -> Customers

9) Form View of Account Journal Mapping in Middle Layer

Navigation: eCom -> Mapping -> Account Journals

10) Form View of Tax Class in Middle Layer

Navigation: eCom -> Mapping -> Tax Class

11) Form View of Synchronization History in Middle Layer

Navigation: eCom -> History -> Synchronization

12) Woocommerce General Settings

Featured Applications

  team@inkerp.com   team@inkerp.com
Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
Issue
by
Gaston Garcia
on 8/31/24, 9:05 AM

Hi, I tried to install the module, but I have this problem:

Traceback (most recent call last):
  File "/opt/odoo/odoo/http.py", line 1584, in _serve_db
    return service_model.retrying(self._serve_ir_http, self.env)
  File "/opt/odoo/odoo/service/model.py", line 134, in retrying
    result = func()
  File "/opt/odoo/odoo/http.py", line 1611, in _serve_ir_http
    response = self.dispatcher.dispatch(rule.endpoint, args)
  File "/opt/odoo/odoo/http.py", line 1808, in dispatch
    result = self.request.registry['ir.http']._dispatch(endpoint)
  File "/opt/odoo/addons/website/models/ir_http.py", line 235, in _dispatch
    response = super()._dispatch(endpoint)
  File "/opt/odoo/odoo/addons/base/models/ir_http.py", line 154, in _dispatch
    result = endpoint(**request.params)
  File "/opt/odoo/odoo/http.py", line 699, in route_wrapper
    result = endpoint(self, *args, **params_ok)
  File "/opt/odoo/addons/web/controllers/dataset.py", line 46, in call_button
    action = self._call_kw(model, method, args, kwargs)
  File "/opt/odoo/addons/web/controllers/dataset.py", line 33, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/opt/odoo/odoo/api.py", line 461, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "/opt/odoo/odoo/api.py", line 448, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "", line 2, in button_immediate_install
  File "/opt/odoo/odoo/addons/base/models/ir_module.py", line 76, in check_and_log
    return method(self, *args, **kwargs)
  File "/opt/odoo/odoo/addons/base/models/ir_module.py", line 491, in button_immediate_install
    return self._button_immediate_function(type(self).button_install)
  File "/opt/odoo/odoo/addons/base/models/ir_module.py", line 615, in _button_immediate_function
    registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)
  File "", line 2, in new
  File "/opt/odoo/odoo/tools/func.py", line 87, in locked
    return func(inst, *args, **kwargs)
  File "/opt/odoo/odoo/modules/registry.py", line 90, in new
    odoo.modules.load_modules(registry, force_demo, status, update_module)
  File "/opt/odoo/odoo/modules/loading.py", line 487, in load_modules
    processed_modules += load_marked_modules(cr, graph,
  File "/opt/odoo/odoo/modules/loading.py", line 371, in load_marked_modules
    loaded, processed = load_module_graph(
  File "/opt/odoo/odoo/modules/loading.py", line 194, in load_module_graph
    getattr(py_module, pre_init)(cr)
  File "/opt/odoo/sources/eg_ecommerce_base/__init__.py", line 8, in pre_init_hook
    process_detail(env, "Installed")
  File "/opt/odoo/sources/eg_ecommerce_base/__init__.py", line 12, in process_detail
    env['mail.mail'].create({
  File "", line 2, in create
  File "/opt/odoo/odoo/api.py", line 409, in _model_create_multi
    return create(self, [arg])
  File "/opt/odoo/addons/mail/models/mail_mail.py", line 131, in create
    new_mails = super(MailMail, self).create(values_list)
  File "", line 2, in create
  File "/opt/odoo/odoo/api.py", line 410, in _model_create_multi
    return create(self, arg)
  File "/opt/odoo/odoo/models.py", line 3892, in create
    raise ValueError("Invalid field %r on model %r" % (key, self._name))
ValueError: Invalid field 'subject' on model 'mail.mail'