The package shipping module of the Tryton application platform.
Project description
This module is the base module required to interact with shipping service providers.
Carrier
The Carrier model adds the following field:
Shipping Service: The shipping service of the carrier.
This field is programmatically filled by the modules providing support for shipping companies.
Package Type
The Package Type model has been added the following fields:
Length: The length of the packages of this type
Length Unit: The unit of measure of this length
Length Digits: The precision of length
Height: The height of the packages of this type
Height Unit: The unit of measure of this height
Height Digits: The precision of height
Width: The width of the packages of this type
Width Unit: The unit of measure of this width
Width Digits: The precision of width
Package
The Package model has been added the following fields:
Shipping Reference: The shipping reference provided by the shipping service
Shipping Label: The shipping label provided by the shipping service
Weight: A function field computing the weight of the package with its content
Shipment Out
The Shipment Out model will check once in the Packed state if the shipment is a valid shipment for the shipping service. He does that by calling a method that is by convention named validate_packing_<shipping service>.
Once a shipment is packed, the user can create the shipping for each packages with the shipping service by clicking on the Create Shipping button. This button triggers a wizard that is overridden in shipping service specific modules. The starting state of the wizard is a StateTransition. Its linked method is overridden in shipping service modules in order to communicate with the service.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for trytond_stock_package_shipping-5.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6dbe5088620c249cb42e6a0cbcb010592480ca0cb9dbfce49096fd2c1156186 |
|
MD5 | b9b5027f43e87eeb02d6dbc50a50c148 |
|
BLAKE2b-256 | b0a2671c00f77d2e80e108587ebc7b4d9cc7459adaec5432bf4a5d8f30b7451f |
Hashes for trytond_stock_package_shipping-5.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ea78b08c275d9f3ee97208ea5d4abada73d9045c90e364943b7c1e1497c2753 |
|
MD5 | fe009c1b6a4d27770291453ef26f601d |
|
BLAKE2b-256 | dc4b6ca49ac91ac6b7465f029fbf4e73d50491ae4bbdd19bd70a72c19ef78c83 |