[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 154/154] gnu: Add trytond-web-user.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 154/154] gnu: Add trytond-web-user. |
Date: |
Fri, 17 Sep 2021 00:54:53 +0200 |
* gnu/packages/tryton.scm (trytond-web-user): 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 1f24277ccb..b500cf3417 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4471,3 +4471,25 @@ provides support of Stripe payment for Vue Storefront
integration.")
shortened. It also counts the number of times the URL is accessed and
optionally triggers action.")
(license license:gpl3+)))
+
+(define-public trytond-web-user
+ (package
+ (name "trytond-web-user")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_web_user" version))
+ (sha256
+ (base32 "1k07d1kcfm2hwwqcyy8k5mjbhhgrnji0hadn487zsx1zp50r6rds"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "web_user"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-party" ,trytond-party)))
+ (home-page "https://docs.tryton.org/projects/modules-web-user")
+ (synopsis "Tryton module to manage Web users")
+ (description "The @emph{Web User} Tryton module provides facilities to
+manage external user accessing from the web.")
+ (license license:gpl3+)))
--
2.30.2
- [bug#50628] [PATCH 125/154] gnu: Add trytond-sale-supply-production., (continued)
- [bug#50628] [PATCH 125/154] gnu: Add trytond-sale-supply-production., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 124/154] gnu: Add trytond-sale-supply-drop-shipment., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 126/154] gnu: Add trytond-stock-assign-manual., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 137/154] gnu: Add trytond-stock-product-location., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 130/154] gnu: Add trytond-stock-location-move., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 153/154] gnu: Add trytond-web-shortener., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 144/154] gnu: Add trytond-stock-supply-day., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 138/154] gnu: Add trytond-stock-quantity-early-planning., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 131/154] gnu: Add trytond-stock-location-sequence., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 139/154] gnu: Add trytond-stock-quantity-issue., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 154/154] gnu: Add trytond-web-user.,
Hartmut Goebel <=
- [bug#50628] [PATCH 145/154] gnu: Add trytond-stock-supply-forecast., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 148/154] gnu: Add trytond-timesheet-cost., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 135/154] gnu: Add trytond-stock-package-shipping., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 151/154] gnu: Add trytond-web-shop-vue-storefront., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 133/154] gnu: Add trytond-stock-lot-unit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 141/154] gnu: Add trytond-stock-shipment-cost., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 142/154] gnu: Add trytond-stock-shipment-measurements., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 150/154] gnu: Add trytond-web-shop., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 140/154] gnu: Add trytond-stock-secondary-unit., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 134/154] gnu: Add trytond-stock-package., Hartmut Goebel, 2021/09/16