[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 135/154] gnu: Add trytond-stock-package-shipping.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 135/154] gnu: Add trytond-stock-package-shipping. |
Date: |
Fri, 17 Sep 2021 00:54:34 +0200 |
* gnu/packages/tryton.scm (trytond-stock-package-shipping): New variable.
---
gnu/packages/tryton.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index aabd7477fa..800326d6bf 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3943,6 +3943,36 @@ unit and quantity on stock lot.")
packaging information about customer and supplier return shipments.")
(license license:gpl3+)))
+(define-public trytond-stock-package-shipping
+ (package
+ (name "trytond-stock-package-shipping")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_stock_package_shipping" version))
+ (sha256
+ (base32 "09j7v64wmpiw1bh9byjq4shsd5474rq0mfx7wwak8hn0v5ni7imn"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "stock_package_shipping"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-carrier" ,trytond-carrier)
+ ("trytond-product" ,trytond-product)
+ ("trytond-product-measurements" ,trytond-product-measurements)
+ ("trytond-sale-shipment-cost" ,trytond-sale-shipment-cost)
+ ("trytond-stock" ,trytond-stock)
+ ("trytond-stock-package" ,trytond-stock-package)
+ ("trytond-stock-shipment-measurements"
+ ,trytond-stock-shipment-measurements)))
+ (home-page
+ "https://docs.tryton.org/projects/modules-stock-package-shipping")
+ (synopsis "Tryton base module for interacting with shipping services")
+ (description "This Tryton module is the Fundamental module required to
+interact with shipping service providers.")
+ (license license:gpl3+)))
+
(define-public trytond-stock-supply
(package
(name "trytond-stock-supply")
--
2.30.2
- [bug#50628] [PATCH 137/154] gnu: Add trytond-stock-product-location., (continued)
- [bug#50628] [PATCH 137/154] gnu: Add trytond-stock-product-location., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 130/154] gnu: Add trytond-stock-location-move., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 153/154] gnu: Add trytond-web-shortener., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 144/154] gnu: Add trytond-stock-supply-day., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 138/154] gnu: Add trytond-stock-quantity-early-planning., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 131/154] gnu: Add trytond-stock-location-sequence., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 139/154] gnu: Add trytond-stock-quantity-issue., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 154/154] gnu: Add trytond-web-user., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 145/154] gnu: Add trytond-stock-supply-forecast., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 148/154] gnu: Add trytond-timesheet-cost., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 135/154] gnu: Add trytond-stock-package-shipping.,
Hartmut Goebel <=
- [bug#50628] [PATCH 151/154] gnu: Add trytond-web-shop-vue-storefront., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 133/154] gnu: Add trytond-stock-lot-unit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 141/154] gnu: Add trytond-stock-shipment-cost., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 142/154] gnu: Add trytond-stock-shipment-measurements., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 150/154] gnu: Add trytond-web-shop., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 140/154] gnu: Add trytond-stock-secondary-unit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 134/154] gnu: Add trytond-stock-package., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 147/154] gnu: Add trytond-timesheet., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 129/154] gnu: Add trytond-stock-inventory-location., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 128/154] gnu: Add trytond-stock-forecast., Hartmut Goebel, 2021/09/16