Metadata-Version: 2.4
Name: trytond_sale_supply_drop_shipment
Version: 8.0.0
Summary: Drop shipments for Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/modules-sale-supply-drop-shipment/
Project-URL: changelog, https://docs.tryton.org/modules-sale-supply-drop-shipment/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: Cédric Krier <cedric.krier@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
License-File: icons/LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial :: Point-Of-Sale
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: trytond-company<8.1,>=8.0
Requires-Dist: trytond-product<8.1,>=8.0
Requires-Dist: trytond-purchase-request<8.1,>=8.0
Requires-Dist: trytond-purchase<8.1,>=8.0
Requires-Dist: trytond-sale-supply<8.1,>=8.0
Requires-Dist: trytond-sale<8.1,>=8.0
Requires-Dist: trytond-stock<8.1,>=8.0
Requires-Dist: trytond<8.1,>=8.0
Provides-Extra: test
Requires-Dist: proteus<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-sale-amendment<8.1,>=8.0; extra == 'test'
Requires-Dist: trytond-stock-split<8.1,>=8.0; extra == 'test'
Description-Content-Type: text/x-rst

Sale Supply Drop Shipment Model
###############################

The Sale Supply Drop Shipment module adds a drop shipment option on product
supplier if "supply on request" is selected.
When selected, the purchase request and the linked purchase have the address of
customer as Delivery Address; at the confirmation of the purchase a drop
shipment is created and linked to both the purchase and the sale.

Drop Shipment
*************

A drop shipment is used when products are sent directly from the supplier to
the customer without going through the warehouse.
It is mainly composed of a supplier, a customer and a list of moves.

The drop shipment can be in one of this states:

* Draft

  All moves are in draft.

* Waiting

  All moves are in draft, the synchronization between the moves of the supplier
  and the moves to the customer has occurred.

* Shipped

  All moves from the supplier are done.

* Done

  All moves are in state Done.

* Cancelled

  All moves are cancelled.
