gnu: Add trytond-account-dunning.

* gnu/packages/tryton.scm (trytond-account-dunning): New variable.
This commit is contained in:
Hartmut Goebel 2021-08-27 15:09:00 +02:00
parent 4e1aad11d8
commit 09d2033ab6
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -370,6 +370,30 @@ (define-public trytond-account-deposit
the party.")
(license license:gpl3+)))
(define-public trytond-account-dunning
(package
(name "trytond-account-dunning")
(version "6.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_account_dunning" version))
(sha256
(base32 "0d5wabn5g1gzmllihkdhzqix934184v303pp20927qxpzb2pm3qw"))))
(build-system python-build-system)
(arguments (tryton-arguments "account_dunning"))
(native-inputs `(,@%standard-trytond-native-inputs))
(propagated-inputs
`(("trytond" ,trytond)
("trytond-account" ,trytond-account)
("trytond-company" ,trytond-company)
("trytond-party" ,trytond-party)))
(home-page "https://docs.tryton.org/projects/modules-account-dunning")
(synopsis "Tryton module for account dunning")
(description "The @emph{Account Dunning} Tryton module adds dunning for
receivable move lines.")
(license license:gpl3+)))
(define-public trytond-account-invoice
(package
(name "trytond-account-invoice")