[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/154: gnu: Add trytond-product-attribute.
From: |
guix-commits |
Subject: |
71/154: gnu: Add trytond-product-attribute. |
Date: |
Tue, 21 Sep 2021 15:07:44 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 43304c20176b8372a6f16ef5736453acd1cb74de
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:24 2021 +0200
gnu: Add trytond-product-attribute.
* gnu/packages/tryton.scm (trytond-product-attribute): 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 d027477..7d8d015 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2125,6 +2125,28 @@ Template and Product.")
(define-public python-trytond-product
(deprecated-package "python-trytond-product" trytond-product))
+(define-public trytond-product-attribute
+ (package
+ (name "trytond-product-attribute")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_product_attribute" version))
+ (sha256
+ (base32 "0brvwvm3q2ik4vjb9cwd6jxddrmpp2vcafw8k675gy0xbbp1ddik"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "product_attribute"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-product" ,trytond-product)))
+ (home-page "https://docs.tryton.org/projects/modules-product-attribute")
+ (synopsis "Tryton module with product attributes")
+ (description "The @emph{Product Attribute} Tryton module defines the
+models `Attribute` and `Attribute Set` for products.")
+ (license license:gpl3+)))
+
(define-public trytond-purchase
(package
(name "trytond-purchase")
- 125/154: gnu: Add trytond-sale-supply-production., (continued)
- 125/154: gnu: Add trytond-sale-supply-production., guix-commits, 2021/09/21
- 122/154: gnu: Add trytond-sale-subscription-asset., guix-commits, 2021/09/21
- 127/154: gnu: Add trytond-stock-consignment., guix-commits, 2021/09/21
- 154/154: gnu: Add trytond-web-user., guix-commits, 2021/09/21
- 46/154: gnu: Add trytond-analytic-purchase., guix-commits, 2021/09/21
- 53/154: gnu: Add trytond-carrier-subdivision., guix-commits, 2021/09/21
- 54/154: gnu: Add trytond-carrier-weight., guix-commits, 2021/09/21
- 07/154: gnu: Add python-ofxparse., guix-commits, 2021/09/21
- 59/154: gnu: Add trytond-dashboard., guix-commits, 2021/09/21
- 67/154: gnu: Add trytond-notification-email., guix-commits, 2021/09/21
- 71/154: gnu: Add trytond-product-attribute.,
guix-commits <=
- 72/154: gnu: Add trytond-product-classification., guix-commits, 2021/09/21
- 75/154: gnu: Add trytond-product-cost-history., guix-commits, 2021/09/21
- 76/154: gnu: Add trytond-product-cost-warehouse., guix-commits, 2021/09/21
- 81/154: gnu: Add trytond-product-price-list-parent., guix-commits, 2021/09/21
- 80/154: gnu: Add trytond-product-price-list-dates., guix-commits, 2021/09/21
- 77/154: gnu: Add trytond-product-kit., guix-commits, 2021/09/21
- 78/154: gnu: Add trytond-product-measurements., guix-commits, 2021/09/21
- 83/154: gnu: Add trytond-production-outsourcing., guix-commits, 2021/09/21
- 82/154: gnu: Add trytond-production., guix-commits, 2021/09/21
- 85/154: gnu: Add trytond-production-split., guix-commits, 2021/09/21