[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/154: gnu: Add trytond-party-siret.
From: |
guix-commits |
Subject: |
70/154: gnu: Add trytond-party-siret. |
Date: |
Tue, 21 Sep 2021 15:07:44 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 633e2aa7e4893e8a6614063c74e42c174d1cae7d
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:24 2021 +0200
gnu: Add trytond-party-siret.
* gnu/packages/tryton.scm (trytond-party-siret): New variable.
---
gnu/packages/tryton.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index e89549b..d027477 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -2076,6 +2076,28 @@ party.")
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")
- 29/154: gnu: Add trytond-account-payment-braintree., (continued)
- 29/154: gnu: Add trytond-account-payment-braintree., guix-commits, 2021/09/21
- 37/154: gnu: Add trytond-account-statement-ofx., guix-commits, 2021/09/21
- 40/154: gnu: Add trytond-account-stock-continental., guix-commits, 2021/09/21
- 41/154: gnu: Add trytond-account-stock-landed-cost., guix-commits, 2021/09/21
- 23/154: gnu: Add trytond-account-invoice-correction., guix-commits, 2021/09/21
- 24/154: gnu: Add trytond-account-invoice-defer., guix-commits, 2021/09/21
- 32/154: gnu: Add trytond-account-payment-sepa-cfonb., guix-commits, 2021/09/21
- 38/154: gnu: Add trytond-account-statement-rule., guix-commits, 2021/09/21
- 42/154: gnu: Add trytond-account-stock-landed-cost-weight., guix-commits, 2021/09/21
- 56/154: gnu: Add trytond-commission-waiting., guix-commits, 2021/09/21
- 70/154: gnu: Add trytond-party-siret.,
guix-commits <=
- 62/154: gnu: Add trytond-incoterm., guix-commits, 2021/09/21
- 68/154: gnu: Add trytond-party-avatar., guix-commits, 2021/09/21
- 43/154: gnu: Add trytond-account-tax-cash., guix-commits, 2021/09/21
- 47/154: gnu: Add trytond-analytic-sale., guix-commits, 2021/09/21
- 51/154: gnu: Add trytond-carrier., guix-commits, 2021/09/21
- 52/154: gnu: Add trytond-carrier-percentage., guix-commits, 2021/09/21
- 57/154: gnu: Add trytond-company-work-time., guix-commits, 2021/09/21
- 58/154: gnu: Add trytond-customs., guix-commits, 2021/09/21
- 66/154: gnu: Add trytond-marketing-email., guix-commits, 2021/09/21
- 73/154: gnu: Add trytond-product-classification-taxonomic., guix-commits, 2021/09/21