[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
135/154: gnu: Add trytond-stock-package-shipping.
From: |
guix-commits |
Subject: |
135/154: gnu: Add trytond-stock-package-shipping. |
Date: |
Tue, 21 Sep 2021 15:08:03 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit e3f7f59dd515005d96804339f8dd4ee84c87dfdb
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:51 2021 +0200
gnu: Add trytond-stock-package-shipping.
* 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 5674ada..e415d3e 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3962,6 +3962,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")
- 104/154: gnu: Add trytond-sale-credit-limit., (continued)
- 104/154: gnu: Add trytond-sale-credit-limit., guix-commits, 2021/09/21
- 93/154: gnu: Add trytond-purchase-history., guix-commits, 2021/09/21
- 98/154: gnu: Add trytond-purchase-secondary-unit., guix-commits, 2021/09/21
- 94/154: gnu: Add trytond-purchase-invoice-line-standalone., guix-commits, 2021/09/21
- 106/154: gnu: Add trytond-sale-extra., guix-commits, 2021/09/21
- 102/154: gnu: Add trytond-sale-amendment., guix-commits, 2021/09/21
- 117/154: gnu: Add trytond-sale-shipment-cost., guix-commits, 2021/09/21
- 121/154: gnu: Add trytond-sale-subscription., guix-commits, 2021/09/21
- 132/154: gnu: Add trytond-stock-lot-sled., guix-commits, 2021/09/21
- 131/154: gnu: Add trytond-stock-location-sequence., guix-commits, 2021/09/21
- 135/154: gnu: Add trytond-stock-package-shipping.,
guix-commits <=
- 138/154: gnu: Add trytond-stock-quantity-early-planning., guix-commits, 2021/09/21
- 139/154: gnu: Add trytond-stock-quantity-issue., guix-commits, 2021/09/21
- 141/154: gnu: Add trytond-stock-shipment-cost., guix-commits, 2021/09/21
- 146/154: gnu: Add trytond-stock-supply-production., guix-commits, 2021/09/21
- 150/154: gnu: Add trytond-web-shop., guix-commits, 2021/09/21
- 100/154: gnu: Add trytond-sale., guix-commits, 2021/09/21
- 105/154: gnu: Add trytond-sale-discount., guix-commits, 2021/09/21
- 30/154: gnu: Add trytond-account-payment-clearing., guix-commits, 2021/09/21
- 108/154: gnu: Add trytond-sale-history., guix-commits, 2021/09/21
- 107/154: gnu: Add trytond-sale-gift-card., guix-commits, 2021/09/21