[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/154: gnu: Add trytond-production.
From: |
guix-commits |
Subject: |
82/154: gnu: Add trytond-production. |
Date: |
Tue, 21 Sep 2021 15:07:47 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit a53c6040e4cf15f161a010d39d72d05ed341df9d
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:28 2021 +0200
gnu: Add trytond-production.
* gnu/packages/tryton.scm (trytond-production): New variable.
---
gnu/packages/tryton.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 43fa374..382f814 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2398,6 +2398,30 @@ parent to the price list and the keyword
`parent_unit_price` for the formula
which contains the unit price computed by the parent price list.")
(license license:gpl3+)))
+(define-public trytond-production
+ (package
+ (name "trytond-production")
+ (version "6.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_production" version))
+ (sha256
+ (base32 "0ys1wg52bs3i7yjrrkm9ycn07xz7fsb2pqc4a2bj44691pvrclpk"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "production"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-company" ,trytond-company)
+ ("trytond-product" ,trytond-product)
+ ("trytond-stock" ,trytond-stock)))
+ (home-page "https://docs.tryton.org/projects/modules-production")
+ (synopsis "Tryton module for production")
+ (description "The @emph{Production} Tryton module defines basics
+for production management: Bill of material and production order.")
+ (license license:gpl3+)))
+
(define-public trytond-purchase
(package
(name "trytond-purchase")
- 67/154: gnu: Add trytond-notification-email., (continued)
- 67/154: gnu: Add trytond-notification-email., guix-commits, 2021/09/21
- 71/154: gnu: Add trytond-product-attribute., guix-commits, 2021/09/21
- 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 <=
- 85/154: gnu: Add trytond-production-split., guix-commits, 2021/09/21
- 79/154: gnu: Add trytond-product-price-list., guix-commits, 2021/09/21
- 90/154: gnu: Add trytond-project-plan., guix-commits, 2021/09/21
- 84/154: gnu: Add trytond-production-routing., guix-commits, 2021/09/21
- 92/154: gnu: Add trytond-purchase-amendment., guix-commits, 2021/09/21
- 103/154: gnu: Add trytond-sale-complaint., guix-commits, 2021/09/21
- 112/154: gnu: Add trytond-sale-price-list., guix-commits, 2021/09/21
- 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