me
/
guix
Archived
1
0
Fork 0

gnu: Add trytond-party-relationship.

* gnu/packages/tryton.scm (trytond-party-relationship): New variable.
master
Hartmut Goebel 2021-08-27 15:09:23 +02:00
parent 8704606bc3
commit e2ba34ad8f
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 22 additions and 0 deletions

View File

@ -2054,6 +2054,28 @@ addresses.")
party.")
(license license:gpl3+)))
(define-public trytond-party-relationship
(package
(name "trytond-party-relationship")
(version "6.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_party_relationship" version))
(sha256
(base32 "03lkjmhinxm75schfn596vyg8459fx2spdyh372ikra3zdp8pg75"))))
(build-system python-build-system)
(arguments (tryton-arguments "party_relationship"))
(native-inputs `(,@%standard-trytond-native-inputs))
(propagated-inputs
`(("trytond" ,trytond)
("trytond-party" ,trytond-party)))
(home-page "https://docs.tryton.org/projects/modules-party-relationship")
(synopsis "Party Relationship module for Tryton")
(description "The @emph{Party Relationship} Tryton module allows to define
different types of relations between parties.")
(license license:gpl3+)))
(define-public trytond-product
(package
(name "trytond-product")