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

:books: improve readme

parent 1772d8714fb2
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,16 @@
It's designed to help applications or websites that need to send transactional
email like password resets, order confirmations, and welcome messages.
Rednerd_ offers advanced tracking, easy-to-understand reports & email
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.
With Rednerd_, you can create clear, professional reports and responsive email templates.
The module supports email templates designed in the Mailjet app, using MJML or Mustache.
Seamless Integration with Odoo ERP
----------------------------------
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 @@
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 @@
redner.server_url = http://dockerhost:7000
redner.api_key = <your API key here>
redner.account = <your account name>
redner.timeout = 20
Once your account is ready, configure the module with the following ``ir.config_parameter``::
rednerd.server_url = https://redner-demo.orbeet.io
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.
**Pro tip**: You can use mjml-app_ to prototype your email templates.
......@@ -41,8 +54,15 @@
``redner.timeout`` is in seconds; defaults to 20 seconds per redner call.
**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
----------
......@@ -61,4 +81,6 @@
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