Metadata-Version: 2.4
Name: trytoncommunity_web_shop_prestashop
Version: 8.0.0
Summary: Prestashop integration module for Tryton
Home-page: https://www.kopen.es/
Download-URL: https://foss.heptapod.net/tryton-community/modules/web_shop_prestashop/-/releases
Author: KOPEN SOFTWARE SLU
Author-email: info@kopen.es
License: GPL-3
Project-URL: Bug Tracker, https://foss.heptapod.net/tryton-community/modules/web_shop_prestashop/-/issues
Project-URL: Forum, https://www.tryton.org/forum
Project-URL: Source Code, https://foss.heptapod.net/tryton-community/modules/web_shop_prestashop
Keywords: tryton webshop prestashop
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: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Office/Business
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: trytond_account_product<8.1,>=8.0
Requires-Dist: trytond_product<8.1,>=8.0
Requires-Dist: trytond_product_price_list<8.1,>=8.0
Requires-Dist: trytond_sale<8.1,>=8.0
Requires-Dist: trytond_web_shop<8.1,>=8.0
Requires-Dist: trytond<8.1,>=8.0
Provides-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 Prestashop Module
##########################

The web_shop_prestashop module provides the integration with `Prestashop API`_.

.. _`Prestashop API`: https://devdocs.prestashop-project.org/8/webservice/

The module has been tested with Prestashop 8.0.


The module creates by default three cron jobs:

* Upload products from Tryton to prestashop
* Sync stock quantities from Tryton to prestashop
* Download orders from prestashop 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 that are not shipped but paid., 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 Prestashop state of the
order to 'done'.

