Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • xcg/odoo-modules/redner
1 result
Show changes
Commits on Source (4)
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
The module supports email templates designed in the Mailjet app, using MJML or Mustache. The module supports email templates designed in the Mailjet app, using MJML or Mustache.
Seamless Integration with Odoo ERP 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. 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 Document Rendering Made Easy
...@@ -33,9 +33,9 @@ ...@@ -33,9 +33,9 @@
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. 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 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. This solution also enables automatic rendering of PDF or HTML. Quotes, invoices, or any other document can be automatically generated from your application data.
How To Get Started? How To Get Started?
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
This solution also enables automatic rendering of PDF or HTML. Quotes, invoices, or any other document can be automatically generated from your application data. This solution also enables automatic rendering of PDF or HTML. Quotes, invoices, or any other document can be automatically generated from your application data.
How To Get Started? How To Get Started?
------------------- ===================
Go to https://redner.orbeet.io/sign-in to create your account and set up your API key to connect Rednerd to your application. Go to https://redner.orbeet.io/sign-in to create your account and set up your API key to connect Rednerd to your application.
Alternatively check our step-by-step tutorials_. Alternatively check our step-by-step tutorials_.
...@@ -56,9 +56,9 @@ ...@@ -56,9 +56,9 @@
**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 Documentation
------------- =============
If you need further information concerning Redner integration with Odoo ERP, you can check our step-by-step tutorials_. If you need further information concerning Redner integration with Odoo ERP, you can check our step-by-step tutorials_.
Feel free to visit Orbeet_ website to discover all our solutions. Feel free to visit Orbeet_ website to discover all our solutions.
UI Changes UI Changes
...@@ -60,9 +60,9 @@ ...@@ -60,9 +60,9 @@
If you need further information concerning Redner integration with Odoo ERP, you can check our step-by-step tutorials_. If you need further information concerning Redner integration with Odoo ERP, you can check our step-by-step tutorials_.
Feel free to visit Orbeet_ website to discover all our solutions. Feel free to visit Orbeet_ website to discover all our solutions.
UI Changes UI Changes
---------- ==========
* Setting > Redner > Templates * Setting > Redner > Templates
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
"category": "Reporting", "category": "Reporting",
"author": "XCG Consulting", "author": "XCG Consulting",
"website": "https://orbeet.io/", "website": "https://orbeet.io/",
"summary": "Odoo addon to use redner (producer of reports and emails)",
# converter: https://orus.io/xcg/odoo-modules/converter # converter: https://orus.io/xcg/odoo-modules/converter
"depends": ["converter", "mail", "web"], "depends": ["converter", "mail", "web"],
"data": [ "data": [
...@@ -44,4 +45,5 @@ ...@@ -44,4 +45,5 @@
}, },
"installable": True, "installable": True,
"external_dependencies": {"python": ["requests_unixsocket"]}, "external_dependencies": {"python": ["requests_unixsocket"]},
"images": ["static/description/thumbnail.png"],
} }
static/description/icon.png

3.54 KiB

static/description/logo.png

3.79 KiB

static/description/thumbnail.png

1.11 KiB