guix-commits
[Top][All Lists]
Advanced

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

131/154: gnu: Add trytond-stock-location-sequence.


From: guix-commits
Subject: 131/154: gnu: Add trytond-stock-location-sequence.
Date: Tue, 21 Sep 2021 15:08:02 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

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

    gnu: Add trytond-stock-location-sequence.
    
    * gnu/packages/tryton.scm (trytond-stock-location-sequence): 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 ff86dbb..d147709 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3837,6 +3837,29 @@ define some Locations as movable
 (like palette).")
     (license license:gpl3+)))
 
+(define-public trytond-stock-location-sequence
+  (package
+    (name "trytond-stock-location-sequence")
+    (version "6.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "trytond_stock_location_sequence" version))
+       (sha256
+        (base32 "0lpvgk5s7v30c0hicqc2m6apv8gzd1d6229yv1lrp2g62yp9pa9f"))))
+    (build-system python-build-system)
+    (arguments (tryton-arguments "stock_location_sequence"))
+    (native-inputs `(,@%standard-trytond-native-inputs))
+    (propagated-inputs
+     `(("trytond" ,trytond)
+       ("trytond-stock" ,trytond-stock)))
+    (home-page
+     "https://docs.tryton.org/projects/modules-stock-location-sequence";)
+    (synopsis "Tryton module to add sequence on location")
+    (description "The @emph{Stock Location Sequence} Tryton module adds
+ordering to location.")
+    (license license:gpl3+)))
+
 (define-public trytond-stock-lot
   (package
     (name "trytond-stock-lot")



reply via email to

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