gnu: Add trytond-account-payment-clearing.

* gnu/packages/tryton.scm (trytond-account-payment-clearing): New variable.
This commit is contained in:
Hartmut Goebel 2021-08-27 15:09:06 +02:00
parent 610748769a
commit 082431f506
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -834,6 +834,34 @@ (define-public trytond-account-payment-braintree
methods.")
(license license:gpl3+)))
(define-public trytond-account-payment-clearing
(package
(name "trytond-account-payment-clearing")
(version "6.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_account_payment_clearing" version))
(sha256
(base32 "0dvjfgp0lrqn838wchkmhbbg4990xx2jv337rivnis164nw84dn0"))))
(build-system python-build-system)
(arguments (tryton-arguments "account_payment_clearing"))
(native-inputs
`(,@%standard-trytond-native-inputs
("trytond-account-statement" ,trytond-account-statement)
("trytond-account-statement-rule" ,trytond-account-statement-rule)))
(propagated-inputs
`(("trytond" ,trytond)
("trytond-account-payment" ,trytond-account-payment)))
(home-page
"https://docs.tryton.org/projects/modules-account-payment-clearing")
(synopsis "Tryton module for payment clearing")
(description "The @emph{Account Payment Clearing} Tryton module allows to
generate account move when a payment is succeeded between the
receivable/payable account to a clearing account defined on the payment
journal.")
(license license:gpl3+)))
(define-public trytond-account-product
(package
(name "trytond-account-product")