mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: Add trytond-stock-quantity-issue.
* gnu/packages/tryton.scm (trytond-stock-quantity-issue): New variable.
This commit is contained in:
parent
6497924b97
commit
67b37a2052
1 changed files with 26 additions and 0 deletions
|
@ -4077,6 +4077,32 @@ (define-public trytond-stock-quantity-early-planning
|
||||||
reducing stock level by proposing to consume earlier.")
|
reducing stock level by proposing to consume earlier.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public trytond-stock-quantity-issue
|
||||||
|
(package
|
||||||
|
(name "trytond-stock-quantity-issue")
|
||||||
|
(version "6.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "trytond_stock_quantity_issue" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1fk250l09l2q4jcx1vh9nkkpn419ng993bkp2bmk6dpk7xs1qv0v"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments (tryton-arguments "stock_quantity_issue"))
|
||||||
|
(native-inputs
|
||||||
|
`(,@%standard-trytond-native-inputs
|
||||||
|
("trytond-production" ,trytond-production)))
|
||||||
|
(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-quantity-issue")
|
||||||
|
(synopsis "Tryton module to manage quantity issue with stock")
|
||||||
|
(description "The @emph{Stock Quantity Issue} Tryton module helps to solve
|
||||||
|
stock quantity issues.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public trytond-stock-supply
|
(define-public trytond-stock-supply
|
||||||
(package
|
(package
|
||||||
(name "trytond-stock-supply")
|
(name "trytond-stock-supply")
|
||||||
|
|
Loading…
Reference in a new issue