[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50628] [PATCH 067/154] gnu: Add trytond-notification-email.
From: |
Hartmut Goebel |
Subject: |
[bug#50628] [PATCH 067/154] gnu: Add trytond-notification-email. |
Date: |
Fri, 17 Sep 2021 00:53:26 +0200 |
* 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 556a32e1f0..5b1a5c69b0 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")
--
2.30.2
- [bug#50628] [PATCH 055/154] gnu: Add trytond-commission., (continued)
- [bug#50628] [PATCH 055/154] gnu: Add trytond-commission., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 058/154] gnu: Add trytond-customs., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 059/154] gnu: Add trytond-dashboard., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 062/154] gnu: Add trytond-incoterm., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 060/154] gnu: Add trytond-edocument-uncefact., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 061/154] gnu: Add trytond-edocument-unece., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 063/154] gnu: Add trytond-ldap-authentication., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 064/154] gnu: Add trytond-marketing., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 066/154] gnu: Add trytond-marketing-email., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 065/154] gnu: Add trytond-marketing-automation., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 067/154] gnu: Add trytond-notification-email.,
Hartmut Goebel <=
- [bug#50628] [PATCH 071/154] gnu: Add trytond-product-attribute., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 070/154] gnu: Add trytond-party-siret., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 068/154] gnu: Add trytond-party-avatar., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 072/154] gnu: Add trytond-product-classification., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 073/154] gnu: Add trytond-product-classification-taxonomic., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 069/154] gnu: Add trytond-party-relationship., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 074/154] gnu: Add trytond-product-cost-fifo., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 075/154] gnu: Add trytond-product-cost-history., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 076/154] gnu: Add trytond-product-cost-warehouse., Hartmut Goebel, 2021/09/16
- [bug#50628] [PATCH 079/154] gnu: Add trytond-product-price-list., Hartmut Goebel, 2021/09/16