[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
67/154: gnu: Add trytond-notification-email.
From: |
guix-commits |
Subject: |
67/154: gnu: Add trytond-notification-email. |
Date: |
Tue, 21 Sep 2021 15:07:43 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 0e0130f53b503b0043daeaae06d6d37ad0c2f9f2
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:23 2021 +0200
gnu: Add trytond-notification-email.
* gnu/packages/tryton.scm (trytond-notification-email): New variable.
---
gnu/packages/tryton.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 556a32e..5b1a5c6 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1974,6 +1974,34 @@ that are executed on selected records.")
mailing lists.")
(license license:gpl3+)))
+(define-public trytond-notification-email
+ (package
+ (name "trytond-notification-email")
+ (version "6.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_notification_email" version))
+ (sha256
+ (base32 "12hi2p400b15vsmq2a4yifxppc08zdf5l64svv987mxxqv6403ma"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "notification_email"))
+ (native-inputs
+ `(,@%standard-trytond-native-inputs
+ ("trytond-commission" ,trytond-commission)
+ ("trytond-company" ,trytond-company)
+ ("trytond-party" ,trytond-party)
+ ("trytond-web-user" ,trytond-web-user)))
+ (propagated-inputs
+ `(("trytond" ,trytond)))
+ (home-page "https://docs.tryton.org/projects/modules-notification-email")
+ (synopsis "Tryton module for sending email notifications")
+ (description "The @emph{Notification Email} Tryton module allows to define
+email templates which will be sent to a list of recipients when a trigger is
+fired on a record event. Extra reports from the same record can be attached
+to the email.")
+ (license license:gpl3+)))
+
(define-public trytond-party
(package
(name "trytond-party")
- 116/154: gnu: Add trytond-sale-secondary-unit., (continued)
- 116/154: gnu: Add trytond-sale-secondary-unit., guix-commits, 2021/09/21
- 125/154: gnu: Add trytond-sale-supply-production., guix-commits, 2021/09/21
- 122/154: gnu: Add trytond-sale-subscription-asset., guix-commits, 2021/09/21
- 127/154: gnu: Add trytond-stock-consignment., guix-commits, 2021/09/21
- 154/154: gnu: Add trytond-web-user., guix-commits, 2021/09/21
- 46/154: gnu: Add trytond-analytic-purchase., guix-commits, 2021/09/21
- 53/154: gnu: Add trytond-carrier-subdivision., guix-commits, 2021/09/21
- 54/154: gnu: Add trytond-carrier-weight., guix-commits, 2021/09/21
- 07/154: gnu: Add python-ofxparse., guix-commits, 2021/09/21
- 59/154: gnu: Add trytond-dashboard., guix-commits, 2021/09/21
- 67/154: gnu: Add trytond-notification-email.,
guix-commits <=
- 71/154: gnu: Add trytond-product-attribute., guix-commits, 2021/09/21
- 72/154: gnu: Add trytond-product-classification., guix-commits, 2021/09/21
- 75/154: gnu: Add trytond-product-cost-history., guix-commits, 2021/09/21
- 76/154: gnu: Add trytond-product-cost-warehouse., guix-commits, 2021/09/21
- 81/154: gnu: Add trytond-product-price-list-parent., guix-commits, 2021/09/21
- 80/154: gnu: Add trytond-product-price-list-dates., guix-commits, 2021/09/21
- 77/154: gnu: Add trytond-product-kit., guix-commits, 2021/09/21
- 78/154: gnu: Add trytond-product-measurements., guix-commits, 2021/09/21
- 83/154: gnu: Add trytond-production-outsourcing., guix-commits, 2021/09/21
- 82/154: gnu: Add trytond-production., guix-commits, 2021/09/21