- May 03, 2021
-
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
- Mar 30, 2021
-
-
oury.balde authored
Added the .hgconf file
-
oury.balde authored
-
oury.balde authored
Updated the NEWS.rst file Version update in dunder file dunder
-
- Mar 08, 2021
-
-
Vincent Hatakeyama authored
-
- Mar 04, 2021
-
-
oury.balde authored
-
- Feb 26, 2021
-
-
oury.balde authored
-
oury.balde authored
Redner varlist substitute get_redner_tmpl_keys func for retrieving redner templates variables.
-
oury.balde authored
Rename "Template" -> "Odoo Template" Rename "Template + Deserialize" -> "Odoo Template + Eval"
-
Vincent Hatakeyama authored
-
Vincent Hatakeyama authored
-
- Feb 24, 2021
-
-
oury.balde authored
Rework on relations converters Remove deprecated field (ie: deserialize) Use converter on mail template model Updated the french translations
-
oury.balde authored
-
oury.balde authored
Added a custom converter image
-
Vincent Hatakeyama authored
-
- Feb 22, 2021
-
-
oury.balde authored
This method will be called in ``_render_template`` method to add additional variables.
-
- Feb 19, 2021
-
-
oury.balde authored
-
- Feb 18, 2021
-
-
oury.balde authored
-
oury.balde authored
Reviewed ir.actions.report and mail template models; Replace obsolete methode "render_template" by "_render_template"
-
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
-