gnu: Add trytond-party-siret.

* gnu/packages/tryton.scm (trytond-party-siret): New variable.
This commit is contained in:
Hartmut Goebel 2021-08-27 15:09:24 +02:00
parent e2ba34ad8f
commit 633e2aa7e4
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -2076,6 +2076,28 @@ (define-public trytond-party-relationship
different types of relations between parties.")
(license license:gpl3+)))
(define-public trytond-party-siret
(package
(name "trytond-party-siret")
(version "6.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "trytond_party_siret" version))
(sha256
(base32 "1xmfjiqn7wzwja34abrxn3bj39z0799pdxd8bcz7l5dxrnqxwc38"))))
(build-system python-build-system)
(arguments (tryton-arguments "party_siret"))
(native-inputs `(,@%standard-trytond-native-inputs))
(propagated-inputs
`(("trytond" ,trytond)
("trytond-party" ,trytond-party)))
(home-page "https://docs.tryton.org/projects/modules-party-siret")
(synopsis "Tryton module to add SIRET/SIREN on parties")
(description "The @emph{Party SIRET} Tryton module adds the French company
identification numbers SIREN and SIRET on party and address.")
(license license:gpl3+)))
(define-public trytond-product
(package
(name "trytond-product")