mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: Add trytond-stock-inventory-location.
* gnu/packages/tryton.scm (trytond-stock-inventory-location): New variable.
This commit is contained in:
parent
354afe4734
commit
ec5ea1917a
1 changed files with 25 additions and 0 deletions
|
@ -3787,6 +3787,31 @@ (define-public trytond-stock-forecast
|
|||
other stock mecanisms to anticipate customer demand.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-stock-inventory-location
|
||||
(package
|
||||
(name "trytond-stock-inventory-location")
|
||||
(version "6.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "trytond_stock_inventory_location" version))
|
||||
(sha256
|
||||
(base32 "0mvgday5qhmx89xikklr2ad2xa7zxkiysxa2bqsf76imvx4801q6"))))
|
||||
(build-system python-build-system)
|
||||
(arguments (tryton-arguments "stock_inventory_location"))
|
||||
(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-inventory-location")
|
||||
(synopsis "Tryton module to create inventories by locations")
|
||||
(description "The @emph{Stock Inventory Location} Tryton module adds a new
|
||||
wizard \"Create Inventories\" under the \"Inventories\" sub-menu.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-stock-lot
|
||||
(package
|
||||
(name "trytond-stock-lot")
|
||||
|
|
Loading…
Reference in a new issue