[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
149/154: gnu: Add trytond-user-role.
From: |
guix-commits |
Subject: |
149/154: gnu: Add trytond-user-role. |
Date: |
Tue, 21 Sep 2021 15:08:08 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 3044c97b6465b798acbd28a75884ccc8341c0670
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:58 2021 +0200
gnu: Add trytond-user-role.
* gnu/packages/tryton.scm (trytond-user-role): New variable.
---
gnu/packages/tryton.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index c5c2d6d..5b6cfa0 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -4355,3 +4355,26 @@ periods.")
(description "The @emph{Timesheet Cost} Tryton module adds cost price per
employee.")
(license license:gpl3+)))
+
+(define-public trytond-user-role
+ (package
+ (name "trytond-user-role")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_user_role" version))
+ (sha256
+ (base32 "11sjz46kagrpig5n05pp52yph4z0l1zm140q9wsagjcmzkx7s6gf"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "user_role"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)))
+ (home-page "https://docs.tryton.org/projects/modules-user-role")
+ (synopsis "Tryton module to manage roles on users")
+ (description "This package provides a Tryton module for assigning roles to
+user instead of groups. A Role is defined by a set of groups. When a role is
+added to a user, it overrides the existing groups. A role can be added to a
+user for a period of time only.")
+ (license license:gpl3+)))
- 108/154: gnu: Add trytond-sale-history., (continued)
- 108/154: gnu: Add trytond-sale-history., guix-commits, 2021/09/21
- 107/154: gnu: Add trytond-sale-gift-card., guix-commits, 2021/09/21
- 111/154: gnu: Add trytond-sale-payment., guix-commits, 2021/09/21
- 118/154: gnu: Add trytond-sale-shipment-grouping., guix-commits, 2021/09/21
- 123/154: gnu: Add trytond-sale-supply., guix-commits, 2021/09/21
- 124/154: gnu: Add trytond-sale-supply-drop-shipment., guix-commits, 2021/09/21
- 136/154: gnu: Add trytond-stock-package-shipping-ups., guix-commits, 2021/09/21
- 137/154: gnu: Add trytond-stock-product-location., guix-commits, 2021/09/21
- 142/154: gnu: Add trytond-stock-shipment-measurements., guix-commits, 2021/09/21
- 147/154: gnu: Add trytond-timesheet., guix-commits, 2021/09/21
- 149/154: gnu: Add trytond-user-role.,
guix-commits <=
- 148/154: gnu: Add trytond-timesheet-cost., guix-commits, 2021/09/21
- 153/154: gnu: Add trytond-web-shortener., guix-commits, 2021/09/21
- 114/154: gnu: Add trytond-sale-promotion., guix-commits, 2021/09/21
- 113/154: gnu: Add trytond-sale-product-customer., guix-commits, 2021/09/21
- 110/154: gnu: Add trytond-sale-opportunity., guix-commits, 2021/09/21
- 133/154: gnu: Add trytond-stock-lot-unit., guix-commits, 2021/09/21
- 88/154: gnu: Add trytond-project., guix-commits, 2021/09/21
- 87/154: gnu: Add trytond-production-work-timesheet., guix-commits, 2021/09/21
- 97/154: gnu: Add trytond-purchase-requisition., guix-commits, 2021/09/21
- 99/154: gnu: Add trytond-purchase-shipment-cost., guix-commits, 2021/09/21