mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: Add trytond-party-siret.
* gnu/packages/tryton.scm (trytond-party-siret): New variable.
This commit is contained in:
parent
e2ba34ad8f
commit
633e2aa7e4
1 changed files with 22 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue