Skip to content
Snippets Groups Projects
Balde Oury's avatar
oury.balde authored
- Introduced a button to dynamically set the expression in the substitution line.
- The feature is available for converters of type "Odoo template", "Odoo template + Evaluation", and "Field".
- Added functionality to visualize how to define each converter, displaying a placeholder (example) for each converter type.
- The code has been designed to ease the integration of additional converters in the future.
- Refactored the code to improve performance and stability.

- Add missing python-magic requirement for package
a6c94d54
History
Name Last commit Last update
.badges
controllers
doc
i18n
models
security
static/src
tests
utils
views
wizard
.editorconfig
.eslintrc.yml
.gitlab-ci.yml
.hgignore
.hgtags
.prettierrc.yml
.yamllint.yaml
LICENSE
NEWS.rst
README.rst
__init__.py
__manifest__.py
converter.py
pyproject.toml
redner.py

Redner

Coverage report pylint score Stable License: AGPL-3 Ruff Prettier

Produce reports & emails with Rednerd.

Rednerd is an innovative solution to produce transactional emails 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.

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.

Configure this module using the following ir.config_parameter:

redner.server_url = http://dockerhost:7000
redner.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.

UI Changes

  • Setting > Redner > Templates

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