Metadata-Version: 2.4
Name: trytoncommunity_web_shop_woocommerce
Version: 7.0.5
Summary: Woocommerce connector for the Tryton platform
Home-page: https://www.kopen.es
Download-URL: https://foss.heptapod.net/tryton-community/modules/web_shop_woocommerce/-/releases
Author: Kopen Software
Author-email: info@kopen.es
License: GPL-3
Project-URL: Bug Tracker, https://foss.heptapod.net/tryton-community/modules/web_shop_woocommerce/-/issues
Project-URL: Forum, https://www.tryton.org/forum
Project-URL: Source Code, https://foss.heptapod.net/tryton-community/modules/web_shop_woocommerce
Keywords: tryton webshop woocommerce
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: English
Classifier: Natural Language :: Spanish
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Office/Business
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: WooCommerce
Requires-Dist: trytond_account_product<7.1,>=7.0
Requires-Dist: trytond_product<7.1,>=7.0
Requires-Dist: trytond_product_price_list<7.1,>=7.0
Requires-Dist: trytond_sale<7.1,>=7.0
Requires-Dist: trytond_web_shop<7.1,>=7.0
Requires-Dist: trytond<7.1,>=7.0
Provides-Extra: test
Requires-Dist: trytond_product_image<7.1,>=7.0; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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'.

