GNU bug report logs -
#50628
[PATCH 000/154] Add 146 Tryton modules and some dependencies
Previous Next
Full log
Message #866 received at 50628 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/tryton.scm (trytond-stock-package): 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 42eb8b8b89..aabd7477fa 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -3919,6 +3919,30 @@ it is no more used to compute the forecast quantity of the stock.")
unit and quantity on stock lot.")
(license license:gpl3+)))
+(define-public trytond-stock-package
+ (package
+ (name "trytond-stock-package")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_stock_package" version))
+ (sha256
+ (base32 "1jbpl141wyc19v27bcyqsph8p2zf9yqprm55yl642mvwq55bshq8"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "stock_package"))
+ (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-stock-package")
+ (synopsis "Tryton module for stock packaging")
+ (description "The @emph{Stock Package} Tryton module allows to store
+packaging information about customer and supplier return shipments.")
+ (license license:gpl3+)))
+
(define-public trytond-stock-supply
(package
(name "trytond-stock-supply")
--
2.30.2
This bug report was last modified 3 years and 237 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.