Skip to content
Snippets Groups Projects
README.rst 1.08 KiB
Newer Older
oury.balde's avatar
oury.balde committed
Redner
oury.balde's avatar
oury.balde committed
Redner is an innovative solution to produce transactional emails
oury.balde's avatar
oury.balde committed
and documents in PDF or HTML format.

It's designed to help applications or websites that need to send transactional
email like password resets, order confirmations, and welcome messages.

oury.balde's avatar
oury.balde committed
Redner offers advanced tracking, easy-to-understand reports & email
oury.balde's avatar
oury.balde committed
templates.
This Module allow you to use email template designed with mailjet app
(languages uses in template must be mjml or mustache) which you can add
in odoo template.
It also allows the rendering of documents in pdf or html format.

Configure this module using the following ``ir.config_parameter``::

oury.balde's avatar
oury.balde committed
    redner.server_url = http://dockerhost:7000
    redner.api_key = <your API key here>
    redner.account = <your account name>
oury.balde's avatar
oury.balde committed


**Pro tip**: You can use mjml-app_ to prototype your email templates.

UI Changes
----------
oury.balde's avatar
oury.balde committed
* Setting > Redner > Templates
oury.balde's avatar
oury.balde committed

Note: When you have existing templates you want to register onto a new
oury.balde's avatar
oury.balde committed
redner server (or with a new user), multi-select them and click
"Send to redner server".
oury.balde's avatar
oury.balde committed

.. _mjml-app: http://mjmlio.github.io/mjml-app/