guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

140/154: gnu: Add trytond-stock-secondary-unit.


From: guix-commits
Subject: 140/154: gnu: Add trytond-stock-secondary-unit.
Date: Tue, 21 Sep 2021 15:08:05 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 079b7268bf0fdffe9ba6c31e6b05e8b62cff06e6
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:54 2021 +0200

    gnu: Add trytond-stock-secondary-unit.
    
    * gnu/packages/tryton.scm (trytond-stock-secondary-unit): New variable.
---
 gnu/packages/tryton.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index c27a577..3042c08 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4103,6 +4103,29 @@ reducing stock level by proposing to consume earlier.")
 stock quantity issues.")
     (license license:gpl3+)))
 
+(define-public trytond-stock-secondary-unit
+  (package
+    (name "trytond-stock-secondary-unit")
+    (version "6.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "trytond_stock_secondary_unit" version))
+       (sha256
+        (base32 "0s4nryiirdbndm2sz5aqpk2mzw9zxah92gmh6433sj5zyc6a22if"))))
+    (build-system python-build-system)
+    (arguments (tryton-arguments "stock_secondary_unit"))
+    (native-inputs `(,@%standard-trytond-native-inputs))
+    (propagated-inputs
+     `(("trytond" ,trytond)
+       ("trytond-product" ,trytond-product)
+       ("trytond-stock" ,trytond-stock)))
+    (home-page "https://docs.tryton.org/projects/modules-stock-secondary-unit";)
+    (synopsis "Tryton module to add a secondary unit on stock move")
+    (description "The @emph{Stock Secondary Unit} Tryton module adds a
+secondary unit of measure on the stock move.")
+    (license license:gpl3+)))
+
 (define-public trytond-stock-supply
   (package
     (name "trytond-stock-supply")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]