- Feb 18, 2021
-
-
oury.balde authored
-
oury.balde authored
Retrieve the list of variables present in the template.
-
- Feb 17, 2021
-
-
oury.balde authored
Only required for mustache/handlebars template engines.
-
oury.balde authored
Following the new functionality (template engine with od+mustache), this change aims to improve: * the creation of redner template * the update of redner template
-
oury.balde authored
-
oury.balde authored
-
oury.balde authored
-
- Feb 08, 2021
-
-
damien.habets authored
-
- Jan 12, 2021
-
-
oury.balde authored
- Bump module version to 13.0.1.0.0 - Remove all the decorators @api.multi, @api.one and so on... - Update translation files
-
- Sep 01, 2020
-
-
Houzefa Abbasbhay authored
-
- Aug 12, 2020
-
-
oury.balde authored
Render HTML to PDF with weasyprint: - Use substitution variables in ir.actions.report model - Send paperformat field info to rednerd when generating a new report PDF - Refactoring code
-
- Jul 09, 2020
-
-
oury.balde authored
Add rednerd template management API to let the user save templates for later use with the rendering api: - POST: /api/v1/template/{account} - PUT: /api/v1/template/{account}/{name} - DELELTE: /api/v1/template/{account}/{name} Render a custom template: - POST: /api/v1/render
-
- Jul 08, 2020
-
-
oury.balde authored
-
oury.balde authored
-