Metadata-Version: 2.4
Name: trytond_stock_package_shipping_dpd
Version: 8.0.0
Summary: Package shipping with DPD for Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/modules-stock-package-shipping-dpd/
Project-URL: changelog, https://docs.tryton.org/modules-stock-package-shipping-dpd/releases.html
Project-URL: forum, https://www.tryton.org/forum
Project-URL: issues, https://bugs.tryton.org/tryton
Project-URL: repository, https://code.tryton.org/tryton
Project-URL: funding, https://www.tryton.org/donate
Author: B2CK SRL
Author-email: Nicolas Évrard <nicolas.evrard@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
Keywords: stock,tryton
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: lxml
Requires-Dist: pypdf>=3
Requires-Dist: trytond-party<8.1,>=8.0
Requires-Dist: trytond-product<8.1,>=8.0
Requires-Dist: trytond-stock-package-shipping<8.1,>=8.0
Requires-Dist: trytond-stock-package<8.1,>=8.0
Requires-Dist: trytond-stock-shipment-measurements<8.1,>=8.0
Requires-Dist: trytond-stock<8.1,>=8.0
Requires-Dist: trytond<8.1,>=8.0
Requires-Dist: zeep>=0.12
Provides-Extra: test
Requires-Dist: proteus<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-customs<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-incoterm<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-sale-shipment-cost<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-sale<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-stock-shipment-customs<8.1,>=8.0; extra == 'test'
Description-Content-Type: text/x-rst

Stock Package Shipping DPD Module
#################################

The Stock Package Shipping DPD module allows you to generate the DPD label
using the DPD webservices.
DPD has many different web services, the module supports:

- `LoginService 2.0 <https://esolutions.dpd.com/dokumente/LoginService_V2_0.pdf>`_
- `ShipmentService 4.4 <https://esolutions.dpd.com/dokumente/ShipmentService_V4_4.pdf>`_

Carrier Credential
******************

This model allows to define the credential used to connect the DPD API.
The credentials will be automatically retrieved based on the company of the
Shipment.

- *Company*: The company for which those credentials are valid
- *User ID*: The User ID provided by DPD.
- *Password*: The Password used to access the DPD API.
- *Server*: Are those credentials used for accessing the Testing or the
  Production server.

Carrier
*******

The Carrier model is extended with the following fields:

- *Product*: The DPD product requested.
- *Printer Language*: The type of file used for the label sent by DPD
- *Paper Format*: The format of the label sent by DPD
