Stock Package Shipping Module
#############################
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.
Raw data
{
"_id": null,
"home_page": "http://www.tryton.org/",
"name": "trytond-stock-package-shipping",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "tryton stock package shipping",
"author": "Tryton",
"author_email": "foundation@tryton.org",
"download_url": "https://files.pythonhosted.org/packages/24/1f/0f31907f91e16a3a27b9a79f69b37104749990e1ec535311c949a0303303/trytond_stock_package_shipping-7.4.0.tar.gz",
"platform": null,
"description": "Stock Package Shipping Module\n#############################\n\nThis module is the base module required to interact with shipping service\nproviders.\n\nCarrier\n*******\n\nThe Carrier model adds the following field:\n\n- *Shipping Service*: The shipping service of the carrier.\n\nThis field is programmatically filled by the modules providing support for\nshipping companies.\n\nPackage Type\n************\n\nThe Package Type model has been added the following fields:\n\n- *Length*: The length of the packages of this type\n- *Length Unit*: The unit of measure of this length\n- *Length Digits*: The precision of length\n- *Height*: The height of the packages of this type\n- *Height Unit*: The unit of measure of this height\n- *Height Digits*: The precision of height\n- *Width*: The width of the packages of this type\n- *Width Unit*: The unit of measure of this width\n- *Width Digits*: The precision of width\n\nPackage\n*******\n\nThe Package model has been added the following fields:\n\n- *Shipping Reference*: The shipping reference provided by the shipping service\n- *Shipping Label*: The shipping label provided by the shipping service\n- *Weight*: A function field computing the weight of the package with its\n content\n\nShipment Out\n************\n\nThe Shipment Out model will check once in the Packed state if the shipment is a\nvalid shipment for the shipping service. He does that by calling a method that\nis by convention named ``validate_packing_<shipping service>``.\n\nOnce a shipment is packed, the user can create the shipping for each packages\nwith the shipping service by clicking on the *Create Shipping* button. This\nbutton triggers a wizard that is overridden in shipping service specific\nmodules. The starting state of the wizard is a ``StateTransition``. Its linked\nmethod is overridden in shipping service modules in order to communicate with\nthe service.\n\n",
"bugtrack_url": null,
"license": "GPL-3",
"summary": "The package shipping module of the Tryton application platform.",
"version": "7.4.0",
"project_urls": {
"Bug Tracker": "https://bugs.tryton.org/",
"Documentation": "https://docs.tryton.org/",
"Download": "http://downloads.tryton.org/7.4/",
"Forum": "https://www.tryton.org/forum",
"Homepage": "http://www.tryton.org/",
"Source Code": "https://code.tryton.org/tryton"
},
"split_keywords": [
"tryton",
"stock",
"package",
"shipping"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1bb6388e77689bf183d945a7b590b0c969cbec0adbdf115b47f9f3ab501d2788",
"md5": "c9f2e408d8b7ad48df4e7b5a234c4366",
"sha256": "f030fafbbe587245315b5dc734d0f419bf4f951e82655c79f23a27333a8921fc"
},
"downloads": -1,
"filename": "trytond_stock_package_shipping-7.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c9f2e408d8b7ad48df4e7b5a234c4366",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 45202,
"upload_time": "2024-11-04T17:43:53",
"upload_time_iso_8601": "2024-11-04T17:43:53.604925Z",
"url": "https://files.pythonhosted.org/packages/1b/b6/388e77689bf183d945a7b590b0c969cbec0adbdf115b47f9f3ab501d2788/trytond_stock_package_shipping-7.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "241f0f31907f91e16a3a27b9a79f69b37104749990e1ec535311c949a0303303",
"md5": "73a97fc74bc6a9843fc4de32f9f947f8",
"sha256": "37cf8b2472d6e3d810806adce9eab22f07fb1b3277f153e146a445cea30a4e41"
},
"downloads": -1,
"filename": "trytond_stock_package_shipping-7.4.0.tar.gz",
"has_sig": false,
"md5_digest": "73a97fc74bc6a9843fc4de32f9f947f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 29565,
"upload_time": "2024-11-04T17:43:54",
"upload_time_iso_8601": "2024-11-04T17:43:54.861514Z",
"url": "https://files.pythonhosted.org/packages/24/1f/0f31907f91e16a3a27b9a79f69b37104749990e1ec535311c949a0303303/trytond_stock_package_shipping-7.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-04 17:43:54",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "trytond-stock-package-shipping"
}