mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add trytond-stock-lot-unit.
* gnu/packages/tryton.scm (trytond-stock-lot-unit): New variable.
This commit is contained in:
parent
ebfc61d1da
commit
32b67eef82
1 changed files with 26 additions and 0 deletions
|
@ -3912,6 +3912,32 @@ (define-public trytond-stock-lot-sled
|
|||
it is no more used to compute the forecast quantity of the stock.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-stock-lot-unit
|
||||
(package
|
||||
(name "trytond-stock-lot-unit")
|
||||
(version "6.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "trytond_stock_lot_unit" version))
|
||||
(sha256
|
||||
(base32 "1acvrj9af83gmfcp7kgyi37kv3v5910rh1q73scd37xbv7h8dyrm"))))
|
||||
(build-system python-build-system)
|
||||
(arguments (tryton-arguments "stock_lot_unit"))
|
||||
(native-inputs
|
||||
`(,@%standard-trytond-native-inputs
|
||||
("trytond-production" ,trytond-production)))
|
||||
(propagated-inputs
|
||||
`(("trytond" ,trytond)
|
||||
("trytond-product" ,trytond-product)
|
||||
("trytond-stock" ,trytond-stock)
|
||||
("trytond-stock-lot" ,trytond-stock-lot)))
|
||||
(home-page "https://docs.tryton.org/projects/modules-stock-lot-unit")
|
||||
(synopsis "Tryton module to define unit on stock lot")
|
||||
(description "The @emph{Stock Lot Unit} Tryton module allows to define a
|
||||
unit and quantity on stock lot.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-stock-supply
|
||||
(package
|
||||
(name "trytond-stock-supply")
|
||||
|
|
Loading…
Reference in a new issue