[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 078/154] gnu: Add trytond-product-measurements.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 078/154] gnu: Add trytond-product-measurements. |
Date: |
Fri, 17 Sep 2021 00:53:37 +0200 |
* gnu/packages/tryton.scm (trytond-product-measurements): New variable.
---
gnu/packages/tryton.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index c2d8f616c9..fb22bdfe96 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2303,6 +2303,28 @@ components to products. This enables a defined set of
products to be sold or
purchased using a single line.")
(license license:gpl3+)))
+(define-public trytond-product-measurements
+ (package
+ (name "trytond-product-measurements")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_product_measurements" version))
+ (sha256
+ (base32 "0za3p0wxh2kb6f49455pggnpmy0vfiwj95j5c3l63x8q5yp8vdjl"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "product_measurements"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-product" ,trytond-product)))
+ (home-page "https://docs.tryton.org/projects/modules-product-measurements")
+ (synopsis "Tryton module to add measurements to product")
+ (description "The @emph{Product Measurements} Tryton module adds this
+following measurements to Product:")
+ (license license:gpl3+)))
+
(define-public trytond-purchase
(package
(name "trytond-purchase")
--
2.30.2
- [bug#50628] [PATCH 070/154] gnu: Add trytond-party-siret., (continued)
- [bug#50628] [PATCH 070/154] gnu: Add trytond-party-siret., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 068/154] gnu: Add trytond-party-avatar., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 072/154] gnu: Add trytond-product-classification., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 073/154] gnu: Add trytond-product-classification-taxonomic., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 069/154] gnu: Add trytond-party-relationship., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 074/154] gnu: Add trytond-product-cost-fifo., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 075/154] gnu: Add trytond-product-cost-history., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 076/154] gnu: Add trytond-product-cost-warehouse., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 079/154] gnu: Add trytond-product-price-list., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 077/154] gnu: Add trytond-product-kit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 078/154] gnu: Add trytond-product-measurements.,
Hartmut Goebel <=
- [bug#50628] [PATCH 081/154] gnu: Add trytond-product-price-list-parent., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 082/154] gnu: Add trytond-production., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 085/154] gnu: Add trytond-production-split., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 087/154] gnu: Add trytond-production-work-timesheet., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 089/154] gnu: Add trytond-project-invoice., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 086/154] gnu: Add trytond-production-work., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 080/154] gnu: Add trytond-product-price-list-dates., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 083/154] gnu: Add trytond-production-outsourcing., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 091/154] gnu: Add trytond-project-revenue., Hartmut Goebel, 2021/09/16