Woocommerce connector for the Tryton platform
Go to file
Adrià Tarroja Caubet 03023cce3b Update to 7.0 2023-11-14 14:53:28 +01:00
doc Explain module behaviour in documentation 2020-12-02 11:29:47 +01:00
locale Import shipping lines 2020-06-30 10:18:06 +02:00
tests Update to 6.8 2023-08-17 13:38:43 +02:00
view Import shipping lines 2020-06-30 10:18:06 +02:00
.drone.yml Update to 6.8 2023-08-17 13:38:43 +02:00
.flake8 Initial commit 2020-06-04 17:09:33 +02:00
.gitlab-ci.yml Update to 7.0 2023-11-14 14:53:28 +01:00
COPYRIGHT Initial commit 2020-06-04 17:09:33 +02:00
LICENSE Initial commit 2020-06-04 17:09:33 +02:00
MANIFEST.in Initial commit 2020-06-04 17:09:33 +02:00
README.rst Initial commit 2020-06-04 17:09:33 +02:00
__init__.py Set shipment cost on lines 2023-02-14 16:10:55 +01:00
exceptions.py Add exception messages 2020-06-22 16:04:07 +02:00
ir.py Add job to download sales 2020-06-05 21:30:04 +02:00
message.xml Import shipping lines 2020-06-30 10:18:06 +02:00
party.py Ensure address attributes exist to avoid AttributeError on Mechanism validation 2023-02-14 09:56:31 +00:00
product.py Hide products on woocommerce when deleted 2020-06-30 11:01:40 +02:00
product.xml Add tax class on account categories 2020-06-23 13:10:35 +02:00
setup.py Update to 6.8 2023-08-17 13:38:43 +02:00
tox.ini Update to 6.8 2023-08-17 13:38:43 +02:00
tryton.cfg Update to 7.0 2023-11-14 14:53:28 +01:00
web.py Remove select on field 2023-08-17 13:47:41 +02:00
web.xml Add job to download sales 2020-06-05 21:30:04 +02:00

README.rst

Web Shop Woocommerce Module
###########################

The web_shop_woocomerce module provides the integration with `WooCommerce API`_.

.. _`WooCommerce API`: https://woocommerce.github.io/woocommerce-rest-api-docs/


The module creates by default two cron jobs:

* Upload products from Tryton to WooCommerce
* Download orders from WooCommerce to Tryton


The first one is responsible of creating new products and categories but also
uploading any change to the product and syncronizing stock levels. The second
is downloads 'on-hold' orders, creating the customer related data if needed.
Once the order is created in Tryton the status it's updated to processing.
When the shipments are sent, Tryton updates the WooComerce state of the
order to 'done'.