Skip to content
Snippets Groups Projects
Commit 8374e01b authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:books: improve readme

parent bea2d255
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,16 @@ ...@@ -25,10 +25,16 @@
It's designed to help applications or websites that need to send transactional It's designed to help applications or websites that need to send transactional
email like password resets, order confirmations, and welcome messages. email like password resets, order confirmations, and welcome messages.
Rednerd_ offers advanced tracking, easy-to-understand reports & email With Rednerd_, you can create clear, professional reports and responsive email templates.
templates. The module supports email templates designed in the Mailjet app, using MJML or Mustache.
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 Seamless Integration with Odoo ERP
in odoo template. ----------------------------------
It also allows the rendering of documents in pdf or html format.
Rednerd is fully integrated with Odoo ERP, allowing you to customize your MJML email templates directly in Odoo before sending the final version to Rednerd.
Document Rendering Made Easy
----------------------------
This solution also enables automatic rendering of PDF or HTML. Quotes, invoices, or any other document can be automatically generated from your application data.
...@@ -34,3 +40,8 @@ ...@@ -34,3 +40,8 @@
Configure this module using the following ``ir.config_parameter``:: How To Get Started?
-------------------
Go to the folowing url : https://redner-demo.orbeet.io/sign-in
Create your account and set up your API key to connect Rednerd to your application.
...@@ -36,10 +47,12 @@ ...@@ -36,10 +47,12 @@
redner.server_url = http://dockerhost:7000 Once your account is ready, configure the module with the following ``ir.config_parameter``::
redner.api_key = <your API key here>
redner.account = <your account name> rednerd.server_url = https://redner-demo.orbeet.io
redner.timeout = 20 rednerd.api_key = <your API key here>
redner.account = <your account name>
redner.timeout = 20
``redner.timeout`` is in seconds; defaults to 20 seconds per redner call. ``redner.timeout`` is in seconds; defaults to 20 seconds per redner call.
**Pro tip**: You can use mjml-app_ to prototype your email templates. **Pro tip**: You can use mjml-app_ to prototype your email templates.
...@@ -41,8 +54,15 @@ ...@@ -41,8 +54,15 @@
``redner.timeout`` is in seconds; defaults to 20 seconds per redner call. ``redner.timeout`` is in seconds; defaults to 20 seconds per redner call.
**Pro tip**: You can use mjml-app_ to prototype your email templates. **Pro tip**: You can use mjml-app_ to prototype your email templates.
Documentation
-------------
If you need further information concerning Redner integration with Odoo ERP, you can check our `step-by-step tutorials <https://orbeet.io/services/generateur-documents-redner/api-key/>`_.
Feel free to visit Orbeet_ website to discover all our solutions.
UI Changes UI Changes
---------- ----------
...@@ -61,4 +81,6 @@ ...@@ -61,4 +81,6 @@
Authors Authors
------- -------
XCG Consulting, part of `Orbeet <https://orbeet.io>`_ XCG Consulting, part of Orbeet_.
.. _Orbeet: https://orbeet.io/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment