mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add trytond-marketing-automation.
* gnu/packages/tryton.scm (trytond-marketing-automation): New variable.
This commit is contained in:
parent
c0a3a5218c
commit
8688cc9442
1 changed files with 27 additions and 0 deletions
|
@ -1922,6 +1922,33 @@ (define-public trytond-marketing
|
|||
fundamentals for marketing modules.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-marketing-automation
|
||||
(package
|
||||
(name "trytond-marketing-automation")
|
||||
(version "6.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "trytond_marketing_automation" version))
|
||||
(sha256
|
||||
(base32 "0c2bjkxkpkjqm5zqk0r0gcxm1cxgixm6xxhh16j46vy7d4zssgsp"))))
|
||||
(build-system python-build-system)
|
||||
(arguments (tryton-arguments "marketing_automation"))
|
||||
(native-inputs
|
||||
`(,@%standard-trytond-native-inputs
|
||||
("trytond-party" ,trytond-party)))
|
||||
(propagated-inputs
|
||||
`(("trytond" ,trytond)
|
||||
("trytond-marketing" ,trytond-marketing)
|
||||
("trytond-web-shortener" ,trytond-web-shortener)))
|
||||
(home-page "https://docs.tryton.org/projects/modules-marketing-automation")
|
||||
(synopsis "Tryton module to plan, coordinate and manage marketing
|
||||
campaigns")
|
||||
(description "The @emph{Marketing Automation} Tryton module allows
|
||||
marketing actions to be automated. It is based on scenarios and activities
|
||||
that are executed on selected records.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public trytond-party
|
||||
(package
|
||||
(name "trytond-party")
|
||||
|
|
Loading…
Reference in a new issue