[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/154: gnu: Add trytond-marketing-email.
From: |
guix-commits |
Subject: |
66/154: gnu: Add trytond-marketing-email. |
Date: |
Tue, 21 Sep 2021 15:07:43 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit a3ab0aa4da06ffd2ee8b054d4d881c46ed80406c
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Aug 27 15:09:22 2021 +0200
gnu: Add trytond-marketing-email.
* gnu/packages/tryton.scm (trytond-marketing-email): New variable.
---
gnu/packages/tryton.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index a8c562f..556a32e 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1949,6 +1949,31 @@ marketing actions to be automated. It is based on
scenarios and activities
that are executed on selected records.")
(license license:gpl3+)))
+(define-public trytond-marketing-email
+ (package
+ (name "trytond-marketing-email")
+ (version "6.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "trytond_marketing_email" version))
+ (sha256
+ (base32 "07zh1pni4kpm6bsgyizz0a5k64nyxc9laxxaih9py7d24p9pgvky"))))
+ (build-system python-build-system)
+ (arguments (tryton-arguments "marketing_email"))
+ (native-inputs `(,@%standard-trytond-native-inputs))
+ (propagated-inputs
+ `(("trytond" ,trytond)
+ ("trytond-marketing" ,trytond-marketing)
+ ("trytond-party" ,trytond-party)
+ ("trytond-web-shortener" ,trytond-web-shortener)
+ ("trytond-web-user" ,trytond-web-user)))
+ (home-page "https://docs.tryton.org/projects/modules-marketing-email")
+ (synopsis "Tryton module to manage marketing mailing lists")
+ (description "This package provides a Tryton module for managing marketing
+mailing lists.")
+ (license license:gpl3+)))
+
(define-public trytond-party
(package
(name "trytond-party")
- 56/154: gnu: Add trytond-commission-waiting., (continued)
- 56/154: gnu: Add trytond-commission-waiting., guix-commits, 2021/09/21
- 70/154: gnu: Add trytond-party-siret., guix-commits, 2021/09/21
- 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 <=
- 73/154: gnu: Add trytond-product-classification-taxonomic., guix-commits, 2021/09/21
- 74/154: gnu: Add trytond-product-cost-fifo., guix-commits, 2021/09/21
- 86/154: gnu: Add trytond-production-work., guix-commits, 2021/09/21
- 115/154: gnu: Add trytond-sale-promotion-coupon., guix-commits, 2021/09/21
- 101/154: gnu: Add trytond-sale-advance-payment., guix-commits, 2021/09/21
- 109/154: gnu: Add trytond-sale-invoice-grouping., guix-commits, 2021/09/21
- 126/154: gnu: Add trytond-stock-assign-manual., guix-commits, 2021/09/21
- 120/154: gnu: Add trytond-sale-stock-quantity., guix-commits, 2021/09/21
- 140/154: gnu: Add trytond-stock-secondary-unit., guix-commits, 2021/09/21
- 145/154: gnu: Add trytond-stock-supply-forecast., guix-commits, 2021/09/21